Color Hex Logo

#a999cc Color Hex

#A999CC
(169,153,204)
0 Favorites   0 Comments

Color spaces of #a999cc

RGB 169153204
HSL0.720.330.70
HSV259°25°80°
CMYK 0.170.250.00   0.20
XYZ38.652535.577161.9566
Yxy35.57710.28380.2612
Hunter Lab59.646511.2912-19.8337
CIE-Lab66.195516.1477-24.0154

#a999cc color RGB value is (169,153,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011001 11001100
Octal 251 231 314
Decimal 169 153 204
Hex A9 99 CC

RGB Percentages of Color #a999cc

%32.13
%29.09
%38.78

CMYK Percentages of Color #a999cc

%17
%25
%0
%20

Triadic Colors of #a999cc

#a999cc #cca999 #99cca9

Analogous Colors of #a999cc

#a999cc #c399cc #99a3cc

Monochromatic Colors of #a999cc

#a999cc

Complementary Color

#a999cc #bccc99

#a999cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a999cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a999cc Color CSS Codes

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

#a999cc Text Font Color

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

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


#a999cc Background Color

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

This div background color is #a999cc


#a999cc Border Color

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

This div border color is #a999cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,153,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 #a999cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a999cc


Comments

No comments written yet.

Please login to write comment.