Shades of Cold Purple #A199B5
Tints of Cold Purple #A199B5
RGB
CMYK
RGB Variations
Color information
#A199B5 (or 0xA199B5) is known color: Cold Purple. HEX triplet: A1, 99 and B5. RGB value is (161,153,181). Sum of RGB (Red+Green+Blue) = 161+153+181=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 181 - color contains mainly: blue. Hex color #A199B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199B5 is #5E664A. Grayscale: #9E9E9E. Windows color (decimal): -6186571 or 11901345. OLE color: 11901345.
HSL color Cylindrical-coordinate representation of color #A199B5: hue angle of 257.14º degrees, saturation: 0.16, 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 #A199B5 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 153 | 181 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.29 |
| HSL | 257.14º | 0.16% | 0.65% | - |
| HSV(B) | 257.14º | 0.15% | 0.71% | - |
| XYZ | 34.43 | 33.7 | 48.41 | - |
| YUV | 158.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 181 | 0.11 | 0.15 | 0 | 0.29 | 257.14 | 0.16 | 0.65 |
| Hex | A1 | 99 | B5 | B | F | 0 | 1D | 101 | 10 | 41 |
| Octal | 241 | 231 | 265 | 13 | 17 | 0 | 35 | 401 | 20 | 101 |
| Binary | 10100001 | 10011001 | 10110101 | 1011 | 1111 | 0 | 11101 | 100000001 | 10000 | 1000001 |
Color Harmonies of #A199B5
Complementary color
Monochromatic Colors of #A199B5
Black with #A199B5
Text Example
Text Example
White with #A199B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199B5; }
p { color: rgb(161,153,181); }
H1.HeaderClassName
{
color: #A199B5;
}
.AnyTagClassName
{
color: #A199B5;
}
</style>
background-color css
<style>
a { background-color: #A199B5; }
a { background-color: rgb(161,153,181); }
div.DivClassName
{
background-color: #A199B5;
}
.BgClassName
{
background-color: #A199B5;
}
</style>
border-color css
<style>
span { border-color: #A199B5; }
span { border-color: rgb(161,153,181); }
td.TdClassName
{
border-color: #A199B5;
}
.TagClassName
{
border-color: #A199B5;
}
</style>