#A29AAE

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

Shades of Cold Purple #A29AAE

Tints of Cold Purple #A29AAE

Color information

#A29AAE (or 0xA29AAE) is unknown color: approx Cold Purple. HEX triplet: A2, 9A and AE. RGB value is (162,154,174). Sum of RGB (Red+Green+Blue) = 162+154+174=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #A29AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29AAE is #5D6551. Grayscale: #9E9E9E. Windows color (decimal): -6120786 or 11442850. OLE color: 11442850.

HSL color Cylindrical-coordinate representation of color #A29AAE: hue angle of 264º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A29AAE is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162154174-
CMYK0.070.1100.32
HSL264º10.99%64.31%-
HSV(B)264º11.49%68.24%-
XYZ34.133.8544.78-
YUV158.67136.65130.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.06%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=33.06%
G=31.43%
B=35.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621541740.070.1100.3226410.9964.31
HexA29AAE7B020108b40
Octal24223225671304041013100
Binary1010001010011010101011101111011010000010000100010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29AAE; }

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

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

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

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

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

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

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

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