Shades of Cold Purple #A29AAD
Tints of Cold Purple #A29AAD
RGB
CMYK
RGB Variations
Color information
#A29AAD (or 0xA29AAD) is known color: Cold Purple. HEX triplet: A2, 9A and AD. RGB value is (162,154,173). Sum of RGB (Red+Green+Blue) = 162+154+173=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 173 - color contains mainly: blue. Hex color #A29AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29AAD is #5D6552. Grayscale: #9E9E9E. Windows color (decimal): -6120787 or 11377314. OLE color: 11377314.
HSL color Cylindrical-coordinate representation of color #A29AAD: hue angle of 265.26º degrees, saturation: 0.1, 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 #A29AAD is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 154 | 173 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.32 |
| HSL | 265.26º | 0.1% | 0.64% | - |
| HSV(B) | 265.26º | 0.11% | 0.68% | - |
| XYZ | 34 | 33.81 | 44.27 | - |
| YUV | 158.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 173 | 0.06 | 0.11 | 0 | 0.32 | 265.26 | 0.1 | 0.64 |
| Hex | A2 | 9A | AD | 6 | B | 0 | 20 | 109 | A | 40 |
| Octal | 242 | 232 | 255 | 6 | 13 | 0 | 40 | 411 | 12 | 100 |
| Binary | 10100010 | 10011010 | 10101101 | 110 | 1011 | 0 | 100000 | 100001001 | 1010 | 1000000 |
Color Harmonies of #A29AAD
Complementary color
Monochromatic Colors of #A29AAD
Black with #A29AAD
Text Example
Text Example
White with #A29AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29AAD; }
p { color: rgb(162,154,173); }
H1.HeaderClassName
{
color: #A29AAD;
}
.AnyTagClassName
{
color: #A29AAD;
}
</style>
background-color css
<style>
a { background-color: #A29AAD; }
a { background-color: rgb(162,154,173); }
div.DivClassName
{
background-color: #A29AAD;
}
.BgClassName
{
background-color: #A29AAD;
}
</style>
border-color css
<style>
span { border-color: #A29AAD; }
span { border-color: rgb(162,154,173); }
td.TdClassName
{
border-color: #A29AAD;
}
.TagClassName
{
border-color: #A29AAD;
}
</style>