Shades of Cold Purple #A29BAB
Tints of Cold Purple #A29BAB
RGB
CMYK
RGB Variations
Color information
#A29BAB (or 0xA29BAB) is known color: Cold Purple. HEX triplet: A2, 9B and AB. RGB value is (162,155,171). Sum of RGB (Red+Green+Blue) = 162+155+171=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 171 - color contains mainly: blue. Hex color #A29BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29BAB is #5D6454. Grayscale: #9E9E9E. Windows color (decimal): -6120533 or 11246498. OLE color: 11246498.
HSL color Cylindrical-coordinate representation of color #A29BAB: hue angle of 266.25º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A29BAB is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 155 | 171 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.33 |
| HSL | 266.25º | 0.09% | 0.64% | - |
| HSV(B) | 266.25º | 0.09% | 0.67% | - |
| XYZ | 33.97 | 34.06 | 43.31 | - |
| YUV | 158.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 171 | 0.05 | 0.09 | 0 | 0.33 | 266.25 | 0.09 | 0.64 |
| Hex | A2 | 9B | AB | 5 | 9 | 0 | 21 | 10A | 9 | 40 |
| Octal | 242 | 233 | 253 | 5 | 11 | 0 | 41 | 412 | 11 | 100 |
| Binary | 10100010 | 10011011 | 10101011 | 101 | 1001 | 0 | 100001 | 100001010 | 1001 | 1000000 |
Color Harmonies of #A29BAB
Complementary color
Monochromatic Colors of #A29BAB
Black with #A29BAB
Text Example
Text Example
White with #A29BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29BAB; }
p { color: rgb(162,155,171); }
H1.HeaderClassName
{
color: #A29BAB;
}
.AnyTagClassName
{
color: #A29BAB;
}
</style>
background-color css
<style>
a { background-color: #A29BAB; }
a { background-color: rgb(162,155,171); }
div.DivClassName
{
background-color: #A29BAB;
}
.BgClassName
{
background-color: #A29BAB;
}
</style>
border-color css
<style>
span { border-color: #A29BAB; }
span { border-color: rgb(162,155,171); }
td.TdClassName
{
border-color: #A29BAB;
}
.TagClassName
{
border-color: #A29BAB;
}
</style>