Shades of Cold Purple #A99EBB
Tints of Cold Purple #A99EBB
RGB
CMYK
RGB Variations
Color information
#A99EBB (or 0xA99EBB) is known color: Cold Purple. HEX triplet: A9, 9E and BB. RGB value is (169,158,187). Sum of RGB (Red+Green+Blue) = 169+158+187=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #A99EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99EBB is #566144. Grayscale: #A4A4A4. Windows color (decimal): -5660997 or 12295849. OLE color: 12295849.
HSL color Cylindrical-coordinate representation of color #A99EBB: hue angle of 262.76º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A99EBB is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 158 | 187 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.27 |
| HSL | 262.76º | 0.18% | 0.68% | - |
| HSV(B) | 262.76º | 0.16% | 0.73% | - |
| XYZ | 37.56 | 36.48 | 52.07 | - |
| YUV | 164.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 187 | 0.10 | 0.16 | 0 | 0.27 | 262.76 | 0.18 | 0.68 |
| Hex | A9 | 9E | BB | A | 10 | 0 | 1B | 107 | 12 | 44 |
| Octal | 251 | 236 | 273 | 12 | 20 | 0 | 33 | 407 | 22 | 104 |
| Binary | 10101001 | 10011110 | 10111011 | 1010 | 10000 | 0 | 11011 | 100000111 | 10010 | 1000100 |
Color Harmonies of #A99EBB
Complementary color
Monochromatic Colors of #A99EBB
Black with #A99EBB
Text Example
Text Example
White with #A99EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99EBB; }
p { color: rgb(169,158,187); }
H1.HeaderClassName
{
color: #A99EBB;
}
.AnyTagClassName
{
color: #A99EBB;
}
</style>
background-color css
<style>
a { background-color: #A99EBB; }
a { background-color: rgb(169,158,187); }
div.DivClassName
{
background-color: #A99EBB;
}
.BgClassName
{
background-color: #A99EBB;
}
</style>
border-color css
<style>
span { border-color: #A99EBB; }
span { border-color: rgb(169,158,187); }
td.TdClassName
{
border-color: #A99EBB;
}
.TagClassName
{
border-color: #A99EBB;
}
</style>