Shades of Cold Purple #A99DBC
Tints of Cold Purple #A99DBC
RGB
CMYK
RGB Variations
Color information
#A99DBC (or 0xA99DBC) is known color: Cold Purple. HEX triplet: A9, 9D and BC. RGB value is (169,157,188). Sum of RGB (Red+Green+Blue) = 169+157+188=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #A99DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DBC is #566243. Grayscale: #A4A4A4. Windows color (decimal): -5661252 or 12361129. OLE color: 12361129.
HSL color Cylindrical-coordinate representation of color #A99DBC: hue angle of 263.23º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A99DBC is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 157 | 188 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.26 |
| HSL | 263.23º | 0.19% | 0.68% | - |
| HSV(B) | 263.23º | 0.16% | 0.74% | - |
| XYZ | 37.5 | 36.18 | 52.58 | - |
| YUV | 164.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 188 | 0.10 | 0.16 | 0 | 0.26 | 263.23 | 0.19 | 0.68 |
| Hex | A9 | 9D | BC | A | 10 | 0 | 1A | 107 | 13 | 44 |
| Octal | 251 | 235 | 274 | 12 | 20 | 0 | 32 | 407 | 23 | 104 |
| Binary | 10101001 | 10011101 | 10111100 | 1010 | 10000 | 0 | 11010 | 100000111 | 10011 | 1000100 |
Color Harmonies of #A99DBC
Complementary color
Monochromatic Colors of #A99DBC
Black with #A99DBC
Text Example
Text Example
White with #A99DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99DBC; }
p { color: rgb(169,157,188); }
H1.HeaderClassName
{
color: #A99DBC;
}
.AnyTagClassName
{
color: #A99DBC;
}
</style>
background-color css
<style>
a { background-color: #A99DBC; }
a { background-color: rgb(169,157,188); }
div.DivClassName
{
background-color: #A99DBC;
}
.BgClassName
{
background-color: #A99DBC;
}
</style>
border-color css
<style>
span { border-color: #A99DBC; }
span { border-color: rgb(169,157,188); }
td.TdClassName
{
border-color: #A99DBC;
}
.TagClassName
{
border-color: #A99DBC;
}
</style>