Shades of Cold Purple #A199B7
Tints of Cold Purple #A199B7
RGB
CMYK
RGB Variations
Color information
#A199B7 (or 0xA199B7) is known color: Cold Purple. HEX triplet: A1, 99 and B7. RGB value is (161,153,183). Sum of RGB (Red+Green+Blue) = 161+153+183=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 183 - color contains mainly: blue. Hex color #A199B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199B7 is #5E6648. Grayscale: #9E9E9E. Windows color (decimal): -6186569 or 12032417. OLE color: 12032417.
HSL color Cylindrical-coordinate representation of color #A199B7: hue angle of 256º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A199B7 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 153 | 183 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.28 |
| HSL | 256º | 0.17% | 0.66% | - |
| HSV(B) | 256º | 0.16% | 0.72% | - |
| XYZ | 34.64 | 33.78 | 49.49 | - |
| YUV | 158.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 183 | 0.12 | 0.16 | 0 | 0.28 | 256 | 0.17 | 0.66 |
| Hex | A1 | 99 | B7 | C | 10 | 0 | 1C | 100 | 11 | 42 |
| Octal | 241 | 231 | 267 | 14 | 20 | 0 | 34 | 400 | 21 | 102 |
| Binary | 10100001 | 10011001 | 10110111 | 1100 | 10000 | 0 | 11100 | 100000000 | 10001 | 1000010 |
Color Harmonies of #A199B7
Complementary color
Monochromatic Colors of #A199B7
Black with #A199B7
Text Example
Text Example
White with #A199B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199B7; }
p { color: rgb(161,153,183); }
H1.HeaderClassName
{
color: #A199B7;
}
.AnyTagClassName
{
color: #A199B7;
}
</style>
background-color css
<style>
a { background-color: #A199B7; }
a { background-color: rgb(161,153,183); }
div.DivClassName
{
background-color: #A199B7;
}
.BgClassName
{
background-color: #A199B7;
}
</style>
border-color css
<style>
span { border-color: #A199B7; }
span { border-color: rgb(161,153,183); }
td.TdClassName
{
border-color: #A199B7;
}
.TagClassName
{
border-color: #A199B7;
}
</style>