Shades of Cold Purple #A29AAC
Tints of Cold Purple #A29AAC
RGB
CMYK
RGB Variations
Color information
#A29AAC (or 0xA29AAC) is known color: Cold Purple. HEX triplet: A2, 9A and AC. RGB value is (162,154,172). Sum of RGB (Red+Green+Blue) = 162+154+172=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 172 - color contains mainly: blue. Hex color #A29AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29AAC is #5D6553. Grayscale: #9E9E9E. Windows color (decimal): -6120788 or 11311778. OLE color: 11311778.
HSL color Cylindrical-coordinate representation of color #A29AAC: hue angle of 266.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A29AAC is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 154 | 172 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.33 |
| HSL | 266.67º | 0.1% | 0.64% | - |
| HSV(B) | 266.67º | 0.1% | 0.67% | - |
| XYZ | 33.9 | 33.77 | 43.76 | - |
| YUV | 158.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 172 | 0.06 | 0.10 | 0 | 0.33 | 266.67 | 0.1 | 0.64 |
| Hex | A2 | 9A | AC | 6 | A | 0 | 21 | 10B | A | 40 |
| Octal | 242 | 232 | 254 | 6 | 12 | 0 | 41 | 413 | 12 | 100 |
| Binary | 10100010 | 10011010 | 10101100 | 110 | 1010 | 0 | 100001 | 100001011 | 1010 | 1000000 |
Color Harmonies of #A29AAC
Complementary color
Monochromatic Colors of #A29AAC
Black with #A29AAC
Text Example
Text Example
White with #A29AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29AAC; }
p { color: rgb(162,154,172); }
H1.HeaderClassName
{
color: #A29AAC;
}
.AnyTagClassName
{
color: #A29AAC;
}
</style>
background-color css
<style>
a { background-color: #A29AAC; }
a { background-color: rgb(162,154,172); }
div.DivClassName
{
background-color: #A29AAC;
}
.BgClassName
{
background-color: #A29AAC;
}
</style>
border-color css
<style>
span { border-color: #A29AAC; }
span { border-color: rgb(162,154,172); }
td.TdClassName
{
border-color: #A29AAC;
}
.TagClassName
{
border-color: #A29AAC;
}
</style>