Shades of Cold Purple #A29AAF
Tints of Cold Purple #A29AAF
RGB
CMYK
RGB Variations
Color information
#A29AAF (or 0xA29AAF) is known color: 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
| RGB | 162 | 154 | 175 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.31 |
| HSL | 262.86º | 0.12% | 0.65% | - |
| HSV(B) | 262.86º | 0.12% | 0.69% | - |
| XYZ | 34.19 | 33.89 | 45.3 | - |
| YUV | 158.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 175 | 0.07 | 0.12 | 0 | 0.31 | 262.86 | 0.12 | 0.65 |
| Hex | A2 | 9A | AF | 7 | C | 0 | 1F | 107 | C | 41 |
| Octal | 242 | 232 | 257 | 7 | 14 | 0 | 37 | 407 | 14 | 101 |
| Binary | 10100010 | 10011010 | 10101111 | 111 | 1100 | 0 | 11111 | 100000111 | 1100 | 1000001 |
Color Harmonies of #A29AAF
Complementary color
Monochromatic Colors of #A29AAF
Black with #A29AAF
Text Example
Text Example
White with #A29AAF
Text Example
Text Example
HTML Codes & Css Web 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>