#A29AAC

Color #A29AAC Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A29AAC

Tints of Cold Purple #A29AAC

Color information

#A29AAC (or 0xA29AAC) is unknown color: approx Cold Purple. HEX triplet: A2, 9A and AC. RGB value is (162,154,172). Sum of RGB (Red+Green+Blue) = 162+154+172=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 172 - color contains mainly: blue. Hex color #A29AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29AAC is #5D6553. Grayscale: #9E9E9E. Windows color (decimal): -6120788 or 11311778. OLE color: 11311778.

HSL color Cylindrical-coordinate representation of color #A29AAC: hue angle of 266.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A29AAC is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162154172-
CMYK0.060.1000.33
HSL266.67º9.78%63.92%-
HSV(B)266.67º10.47%67.45%-
XYZ33.933.7743.76-
YUV158.44135.65130.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 33.20%
GREEN value IS 154 (60.55% from 255) = 31.56%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=33.20%
G=31.56%
B=35.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621541720.060.1000.33266.679.7863.92
HexA29AAC6A02110ba40
Octal24223225461204141312100
Binary1010001010011010101011001101010010000110000101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29AAC; }

 p { color: rgb(162,154,172); }

 H1.HeaderClassName
 {
   color: #A29AAC;
 }
 .AnyTagClassName
 {
   color: #A29AAC;
 }
</style>
background-color css

<style>
 a { background-color: #A29AAC; }

 a { background-color: rgb(162,154,172); }

 div.DivClassName
 {
   background-color: #A29AAC;
 }
 .BgClassName
 {
   background-color: #A29AAC;
 }
</style>
border-color css

<style>
 span { border-color: #A29AAC; }

 span { border-color: rgb(162,154,172); }

 td.TdClassName
 {
   border-color: #A29AAC;
 }
 .TagClassName
 {
   border-color: #A29AAC;
 }
</style>