Shades of Cold Purple #A29AAE
Tints of Cold Purple #A29AAE
RGB
CMYK
RGB Variations
Color information
#A29AAE (or 0xA29AAE) is known color: Cold Purple. HEX triplet: A2, 9A and AE. RGB value is (162,154,174). Sum of RGB (Red+Green+Blue) = 162+154+174=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #A29AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29AAE is #5D6551. Grayscale: #9E9E9E. Windows color (decimal): -6120786 or 11442850. OLE color: 11442850.
HSL color Cylindrical-coordinate representation of color #A29AAE: hue angle of 264º degrees, saturation: 0.11, 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 #A29AAE is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 154 | 174 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.32 |
| HSL | 264º | 0.11% | 0.64% | - |
| HSV(B) | 264º | 0.11% | 0.68% | - |
| XYZ | 34.1 | 33.85 | 44.78 | - |
| YUV | 158.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 174 | 0.07 | 0.11 | 0 | 0.32 | 264 | 0.11 | 0.64 |
| Hex | A2 | 9A | AE | 7 | B | 0 | 20 | 108 | B | 40 |
| Octal | 242 | 232 | 256 | 7 | 13 | 0 | 40 | 410 | 13 | 100 |
| Binary | 10100010 | 10011010 | 10101110 | 111 | 1011 | 0 | 100000 | 100001000 | 1011 | 1000000 |
Color Harmonies of #A29AAE
Complementary color
Monochromatic Colors of #A29AAE
Black with #A29AAE
Text Example
Text Example
White with #A29AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29AAE; }
p { color: rgb(162,154,174); }
H1.HeaderClassName
{
color: #A29AAE;
}
.AnyTagClassName
{
color: #A29AAE;
}
</style>
background-color css
<style>
a { background-color: #A29AAE; }
a { background-color: rgb(162,154,174); }
div.DivClassName
{
background-color: #A29AAE;
}
.BgClassName
{
background-color: #A29AAE;
}
</style>
border-color css
<style>
span { border-color: #A29AAE; }
span { border-color: rgb(162,154,174); }
td.TdClassName
{
border-color: #A29AAE;
}
.TagClassName
{
border-color: #A29AAE;
}
</style>