Shades of Cold Purple #A29AB4
Tints of Cold Purple #A29AB4
RGB
CMYK
RGB Variations
Color information
#A29AB4 (or 0xA29AB4) is known color: Cold Purple. HEX triplet: A2, 9A and B4. RGB value is (162,154,180). Sum of RGB (Red+Green+Blue) = 162+154+180=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 180 - color contains mainly: blue. Hex color #A29AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29AB4 is #5D654B. Grayscale: #9F9F9F. Windows color (decimal): -6120780 or 11836066. OLE color: 11836066.
HSL color Cylindrical-coordinate representation of color #A29AB4: hue angle of 258.46º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A29AB4 is Cyan = 0.1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 154 | 180 | - |
| CMYK | 0.1 | 0.14 | 0 | 0.29 |
| HSL | 258.46º | 0.15% | 0.65% | - |
| HSV(B) | 258.46º | 0.14% | 0.71% | - |
| XYZ | 34.69 | 34.09 | 47.93 | - |
| YUV | 159.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 180 | 0.1 | 0.14 | 0 | 0.29 | 258.46 | 0.15 | 0.65 |
| Hex | A2 | 9A | B4 | A | E | 0 | 1D | 102 | F | 41 |
| Octal | 242 | 232 | 264 | 12 | 16 | 0 | 35 | 402 | 17 | 101 |
| Binary | 10100010 | 10011010 | 10110100 | 1010 | 1110 | 0 | 11101 | 100000010 | 1111 | 1000001 |
Color Harmonies of #A29AB4
Complementary color
Monochromatic Colors of #A29AB4
Black with #A29AB4
Text Example
Text Example
White with #A29AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29AB4; }
p { color: rgb(162,154,180); }
H1.HeaderClassName
{
color: #A29AB4;
}
.AnyTagClassName
{
color: #A29AB4;
}
</style>
background-color css
<style>
a { background-color: #A29AB4; }
a { background-color: rgb(162,154,180); }
div.DivClassName
{
background-color: #A29AB4;
}
.BgClassName
{
background-color: #A29AB4;
}
</style>
border-color css
<style>
span { border-color: #A29AB4; }
span { border-color: rgb(162,154,180); }
td.TdClassName
{
border-color: #A29AB4;
}
.TagClassName
{
border-color: #A29AB4;
}
</style>