Shades of Cold Purple #A29AB5
Tints of Cold Purple #A29AB5
RGB
CMYK
RGB Variations
Color information
#A29AB5 (or 0xA29AB5) is known color: Cold Purple. HEX triplet: A2, 9A and B5. RGB value is (162,154,181). Sum of RGB (Red+Green+Blue) = 162+154+181=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 181 - color contains mainly: blue. Hex color #A29AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29AB5 is #5D654A. Grayscale: #9F9F9F. Windows color (decimal): -6120779 or 11901602. OLE color: 11901602.
HSL color Cylindrical-coordinate representation of color #A29AB5: hue angle of 257.78º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A29AB5 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 154 | 181 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.29 |
| HSL | 257.78º | 0.15% | 0.66% | - |
| HSV(B) | 257.78º | 0.15% | 0.71% | - |
| XYZ | 34.8 | 34.13 | 48.47 | - |
| YUV | 159.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 181 | 0.10 | 0.15 | 0 | 0.29 | 257.78 | 0.15 | 0.66 |
| Hex | A2 | 9A | B5 | A | F | 0 | 1D | 102 | F | 42 |
| Octal | 242 | 232 | 265 | 12 | 17 | 0 | 35 | 402 | 17 | 102 |
| Binary | 10100010 | 10011010 | 10110101 | 1010 | 1111 | 0 | 11101 | 100000010 | 1111 | 1000010 |
Color Harmonies of #A29AB5
Complementary color
Monochromatic Colors of #A29AB5
Black with #A29AB5
Text Example
Text Example
White with #A29AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29AB5; }
p { color: rgb(162,154,181); }
H1.HeaderClassName
{
color: #A29AB5;
}
.AnyTagClassName
{
color: #A29AB5;
}
</style>
background-color css
<style>
a { background-color: #A29AB5; }
a { background-color: rgb(162,154,181); }
div.DivClassName
{
background-color: #A29AB5;
}
.BgClassName
{
background-color: #A29AB5;
}
</style>
border-color css
<style>
span { border-color: #A29AB5; }
span { border-color: rgb(162,154,181); }
td.TdClassName
{
border-color: #A29AB5;
}
.TagClassName
{
border-color: #A29AB5;
}
</style>