Color Hex Logo

#a644af Color Hex

#A644AF
(166,68,175)
0 Favorites   0 Comments

Color spaces of #a644af

RGB 16668175
HSL0.820.440.48
HSV295°61°69°
CMYK 0.050.610.00   0.31
XYZ25.530915.336442.1720
Yxy15.33640.30750.1847
Hunter Lab39.161747.8374-36.4343
CIE-Lab46.091554.9751-38.7324

#a644af color RGB value is (166,68,175).

#a644af hex color red value is 166, green value is 68 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a644af hue: 0.82 , saturation: 0.44 and the lightness value of a644af is 0.48.

The process color (four color CMYK) of #a644af color hex is 0.05, 0.61, 0.00, 0.31. Web safe color of #a644af is #993399. Color #a644af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000100 10101111
Octal 246 104 257
Decimal 166 68 175
Hex A6 44 AF

RGB Percentages of Color #a644af

%40.59
%16.63
%42.79

CMYK Percentages of Color #a644af

%5
%61
%0
%31

Triadic Colors of #a644af

#a644af #afa644 #44afa6

Analogous Colors of #a644af

#a644af #af4483 #7144af

Monochromatic Colors of #a644af

#a644af

Complementary Color

#a644af #4daf44

#a644af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a644af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a644af Color CSS Codes

.mybgcolor {background-color:#a644af; } 
.myforecolor {color:#a644af; }
.mybordercolor {border:3px solid #a644af; }

#a644af Text Font Color

<p style="color:#a644af">Text here</p>

This sample text font color is #a644af
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a644af Background Color

<div style="background-color:#a644af">
Div content here</div>

This div background color is #a644af


#a644af Border Color

<div style="border:3px solid #a644af">
Div here</div>

This div border color is #a644af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,68,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a644af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a644af;
  -webkit-box-shadow: 1px 1px 3px 2px #a644af;
  box-shadow:         1px 1px 3px 2px #a644af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,68,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a644af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a644af;
  -webkit-box-shadow: 1px 1px 3px 2px #a644af;
  box-shadow:         1px 1px 3px 2px #a644af;">
Div content here</div>

This div box has shadow with color #a644af


Comments

No comments written yet.

Please login to write comment.