#A29CAA

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

Shades of Cold Purple #A29CAA

Tints of Cold Purple #A29CAA

Color information

#A29CAA (or 0xA29CAA) is unknown color: approx Cold Purple. HEX triplet: A2, 9C and AA. RGB value is (162,156,170). Sum of RGB (Red+Green+Blue) = 162+156+170=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 170 - color contains mainly: blue. Hex color #A29CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29CAA is #5D6355. Grayscale: #9F9F9F. Windows color (decimal): -6120278 or 11181218. OLE color: 11181218.

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

Color convert

RGB162156170-
CMYK0.050.0800.33
HSL265.71º7.61%63.92%-
HSV(B)265.71º8.24%66.67%-
XYZ34.0434.3642.87-
YUV159.39133.99129.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.20%
GREEN value IS 156 (61.33% from 255) = 31.97%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=33.20%
G=31.97%
B=34.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621561700.050.0800.33265.717.6163.92
HexA29CAA5802110a840
Octal24223425251004141210100
Binary1010001010011100101010101011000010000110000101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29CAA; }

 p { color: rgb(162,156,170); }

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

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

 a { background-color: rgb(162,156,170); }

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

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

 span { border-color: rgb(162,156,170); }

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