Shades of Cold Purple #A199B9
Tints of Cold Purple #A199B9
RGB
CMYK
RGB Variations
Color information
#A199B9 (or 0xA199B9) is known color: Cold Purple. HEX triplet: A1, 99 and B9. RGB value is (161,153,185). Sum of RGB (Red+Green+Blue) = 161+153+185=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 185 - color contains mainly: blue. Hex color #A199B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199B9 is #5E6646. Grayscale: #9E9E9E. Windows color (decimal): -6186567 or 12163489. OLE color: 12163489.
HSL color Cylindrical-coordinate representation of color #A199B9: hue angle of 255º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A199B9 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 153 | 185 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.27 |
| HSL | 255º | 0.19% | 0.66% | - |
| HSV(B) | 255º | 0.17% | 0.73% | - |
| XYZ | 34.85 | 33.86 | 50.6 | - |
| YUV | 159.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 185 | 0.13 | 0.17 | 0 | 0.27 | 255 | 0.19 | 0.66 |
| Hex | A1 | 99 | B9 | D | 11 | 0 | 1B | FF | 13 | 42 |
| Octal | 241 | 231 | 271 | 15 | 21 | 0 | 33 | 377 | 23 | 102 |
| Binary | 10100001 | 10011001 | 10111001 | 1101 | 10001 | 0 | 11011 | 11111111 | 10011 | 1000010 |
Color Harmonies of #A199B9
Complementary color
Monochromatic Colors of #A199B9
Black with #A199B9
Text Example
Text Example
White with #A199B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199B9; }
p { color: rgb(161,153,185); }
H1.HeaderClassName
{
color: #A199B9;
}
.AnyTagClassName
{
color: #A199B9;
}
</style>
background-color css
<style>
a { background-color: #A199B9; }
a { background-color: rgb(161,153,185); }
div.DivClassName
{
background-color: #A199B9;
}
.BgClassName
{
background-color: #A199B9;
}
</style>
border-color css
<style>
span { border-color: #A199B9; }
span { border-color: rgb(161,153,185); }
td.TdClassName
{
border-color: #A199B9;
}
.TagClassName
{
border-color: #A199B9;
}
</style>