#A29AAF

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

Shades of Cold Purple #A29AAF

Tints of Cold Purple #A29AAF

Color information

#A29AAF (or 0xA29AAF) is unknown color: approx Cold Purple. HEX triplet: A2, 9A and AF. RGB value is (162,154,175). Sum of RGB (Red+Green+Blue) = 162+154+175=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 175 - color contains mainly: blue. Hex color #A29AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29AAF is #5D6550. Grayscale: #9E9E9E. Windows color (decimal): -6120785 or 11508386. OLE color: 11508386.

HSL color Cylindrical-coordinate representation of color #A29AAF: hue angle of 262.86º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A29AAF is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB162154175-
CMYK0.070.1200.31
HSL262.86º11.6%64.51%-
HSV(B)262.86º12%68.63%-
XYZ34.1933.8945.3-
YUV158.79137.15130.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 175 (68.75% from 255) = 35.64%
R=32.99%
G=31.36%
B=35.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621541750.070.1200.31262.8611.664.51
HexA29AAF7C01F107c41
Octal24223225771403740714101
Binary101000101001101010101111111110001111110000011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29AAF; }

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

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

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

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

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

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

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

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