Color Hex Logo

#a69acc Color Hex

#A69ACC
(166,154,204)
0 Favorites   0 Comments

Color spaces of #a69acc

RGB 166154204
HSL0.710.330.70
HSV254°25°80°
CMYK 0.190.250.00   0.20
XYZ38.180635.577861.9816
Yxy35.57780.28130.2621
Hunter Lab59.64719.8768-19.8575
CIE-Lab66.196114.6316-24.0367

#a69acc color RGB value is (166,154,204).

#a69acc hex color red value is 166, green value is 154 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a69acc hue: 0.71 , saturation: 0.33 and the lightness value of a69acc is 0.70.

The process color (four color CMYK) of #a69acc color hex is 0.19, 0.25, 0.00, 0.20. Web safe color of #a69acc is #9999cc. Color #a69acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011010 11001100
Octal 246 232 314
Decimal 166 154 204
Hex A6 9A CC

RGB Percentages of Color #a69acc

%31.68
%29.39
%38.93

CMYK Percentages of Color #a69acc

%19
%25
%0
%20

Triadic Colors of #a69acc

#a69acc #cca69a #9acca6

Analogous Colors of #a69acc

#a69acc #bf9acc #9aa7cc

Monochromatic Colors of #a69acc

#a69acc

Complementary Color

#a69acc #c0cc9a

#a69acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69acc Color CSS Codes

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

#a69acc Text Font Color

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

This sample text font color is #a69acc
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.


#a69acc Background Color

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

This div background color is #a69acc


#a69acc Border Color

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

This div border color is #a69acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69acc


Comments

No comments written yet.

Please login to write comment.