Shades of Cold Purple #A29CAA
Tints of Cold Purple #A29CAA
RGB
CMYK
RGB Variations
Color information
#A29CAA (or 0xA29CAA) is known color: Cold Purple. HEX triplet: A2, 9C and AA. RGB value is (162,156,170). Sum of RGB (Red+Green+Blue) = 162+156+170=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 170 - color contains mainly: blue. Hex color #A29CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29CAA is #5D6355. Grayscale: #9F9F9F. Windows color (decimal): -6120278 or 11181218. OLE color: 11181218.
HSL color Cylindrical-coordinate representation of color #A29CAA: hue angle of 265.71º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A29CAA is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 156 | 170 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.33 |
| HSL | 265.71º | 0.08% | 0.64% | - |
| HSV(B) | 265.71º | 0.08% | 0.67% | - |
| XYZ | 34.04 | 34.36 | 42.87 | - |
| YUV | 159.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 170 | 0.05 | 0.08 | 0 | 0.33 | 265.71 | 0.08 | 0.64 |
| Hex | A2 | 9C | AA | 5 | 8 | 0 | 21 | 10A | 8 | 40 |
| Octal | 242 | 234 | 252 | 5 | 10 | 0 | 41 | 412 | 10 | 100 |
| Binary | 10100010 | 10011100 | 10101010 | 101 | 1000 | 0 | 100001 | 100001010 | 1000 | 1000000 |
Color Harmonies of #A29CAA
Complementary color
Monochromatic Colors of #A29CAA
Black with #A29CAA
Text Example
Text Example
White with #A29CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29CAA; }
p { color: rgb(162,156,170); }
H1.HeaderClassName
{
color: #A29CAA;
}
.AnyTagClassName
{
color: #A29CAA;
}
</style>
background-color css
<style>
a { background-color: #A29CAA; }
a { background-color: rgb(162,156,170); }
div.DivClassName
{
background-color: #A29CAA;
}
.BgClassName
{
background-color: #A29CAA;
}
</style>
border-color css
<style>
span { border-color: #A29CAA; }
span { border-color: rgb(162,156,170); }
td.TdClassName
{
border-color: #A29CAA;
}
.TagClassName
{
border-color: #A29CAA;
}
</style>