Shades of Cold Purple #A99CBB
Tints of Cold Purple #A99CBB
RGB
CMYK
RGB Variations
Color information
#A99CBB (or 0xA99CBB) is known color: Cold Purple. HEX triplet: A9, 9C and BB. RGB value is (169,156,187). Sum of RGB (Red+Green+Blue) = 169+156+187=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #A99CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CBB is #566344. Grayscale: #A3A3A3. Windows color (decimal): -5661509 or 12295337. OLE color: 12295337.
HSL color Cylindrical-coordinate representation of color #A99CBB: hue angle of 265.16º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A99CBB is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 156 | 187 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.27 |
| HSL | 265.16º | 0.19% | 0.67% | - |
| HSV(B) | 265.16º | 0.17% | 0.73% | - |
| XYZ | 37.22 | 35.8 | 51.96 | - |
| YUV | 163.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 187 | 0.10 | 0.17 | 0 | 0.27 | 265.16 | 0.19 | 0.67 |
| Hex | A9 | 9C | BB | A | 11 | 0 | 1B | 109 | 13 | 43 |
| Octal | 251 | 234 | 273 | 12 | 21 | 0 | 33 | 411 | 23 | 103 |
| Binary | 10101001 | 10011100 | 10111011 | 1010 | 10001 | 0 | 11011 | 100001001 | 10011 | 1000011 |
Color Harmonies of #A99CBB
Complementary color
Monochromatic Colors of #A99CBB
Black with #A99CBB
Text Example
Text Example
White with #A99CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CBB; }
p { color: rgb(169,156,187); }
H1.HeaderClassName
{
color: #A99CBB;
}
.AnyTagClassName
{
color: #A99CBB;
}
</style>
background-color css
<style>
a { background-color: #A99CBB; }
a { background-color: rgb(169,156,187); }
div.DivClassName
{
background-color: #A99CBB;
}
.BgClassName
{
background-color: #A99CBB;
}
</style>
border-color css
<style>
span { border-color: #A99CBB; }
span { border-color: rgb(169,156,187); }
td.TdClassName
{
border-color: #A99CBB;
}
.TagClassName
{
border-color: #A99CBB;
}
</style>