#A29AB0

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

Shades of Cold Purple #A29AB0

Tints of Cold Purple #A29AB0

Color information

#A29AB0 (or 0xA29AB0) is unknown color: approx Cold Purple. HEX triplet: A2, 9A and B0. RGB value is (162,154,176). Sum of RGB (Red+Green+Blue) = 162+154+176=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 176 - color contains mainly: blue. Hex color #A29AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29AB0 is #5D654F. Grayscale: #9E9E9E. Windows color (decimal): -6120784 or 11573922. OLE color: 11573922.

HSL color Cylindrical-coordinate representation of color #A29AB0: hue angle of 261.82º 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 #A29AB0 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB162154176-
CMYK0.080.1200.31
HSL261.82º12.22%64.71%-
HSV(B)261.82º12.5%69.02%-
XYZ34.2933.9345.82-
YUV158.9137.65130.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.93%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 176 (69.14% from 255) = 35.77%
R=32.93%
G=31.30%
B=35.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621541760.080.1200.31261.8212.2264.71
HexA29AB08C01F106c41
Octal242232260101403740614101
Binary1010001010011010101100001000110001111110000011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29AB0; }

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

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

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

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

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

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

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

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