Shades of Cold Purple #A199B4
Tints of Cold Purple #A199B4
RGB
CMYK
RGB Variations
Color information
#A199B4 (or 0xA199B4) is known color: Cold Purple. HEX triplet: A1, 99 and B4. RGB value is (161,153,180). Sum of RGB (Red+Green+Blue) = 161+153+180=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 180 - color contains mainly: blue. Hex color #A199B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199B4 is #5E664B. Grayscale: #9E9E9E. Windows color (decimal): -6186572 or 11835809. OLE color: 11835809.
HSL color Cylindrical-coordinate representation of color #A199B4: hue angle of 257.78º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A199B4 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 153 | 180 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.29 |
| HSL | 257.78º | 0.15% | 0.65% | - |
| HSV(B) | 257.78º | 0.15% | 0.71% | - |
| XYZ | 34.33 | 33.65 | 47.87 | - |
| YUV | 158.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 180 | 0.11 | 0.15 | 0 | 0.29 | 257.78 | 0.15 | 0.65 |
| Hex | A1 | 99 | B4 | B | F | 0 | 1D | 102 | F | 41 |
| Octal | 241 | 231 | 264 | 13 | 17 | 0 | 35 | 402 | 17 | 101 |
| Binary | 10100001 | 10011001 | 10110100 | 1011 | 1111 | 0 | 11101 | 100000010 | 1111 | 1000001 |
Color Harmonies of #A199B4
Complementary color
Monochromatic Colors of #A199B4
Black with #A199B4
Text Example
Text Example
White with #A199B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199B4; }
p { color: rgb(161,153,180); }
H1.HeaderClassName
{
color: #A199B4;
}
.AnyTagClassName
{
color: #A199B4;
}
</style>
background-color css
<style>
a { background-color: #A199B4; }
a { background-color: rgb(161,153,180); }
div.DivClassName
{
background-color: #A199B4;
}
.BgClassName
{
background-color: #A199B4;
}
</style>
border-color css
<style>
span { border-color: #A199B4; }
span { border-color: rgb(161,153,180); }
td.TdClassName
{
border-color: #A199B4;
}
.TagClassName
{
border-color: #A199B4;
}
</style>