Shades of Cold Purple #A199B1
Tints of Cold Purple #A199B1
RGB
CMYK
RGB Variations
Color information
#A199B1 (or 0xA199B1) is known color: Cold Purple. HEX triplet: A1, 99 and B1. RGB value is (161,153,177). Sum of RGB (Red+Green+Blue) = 161+153+177=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 177 - color contains mainly: blue. Hex color #A199B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A199B1 is #5E664E. Grayscale: #9E9E9E. Windows color (decimal): -6186575 or 11639201. OLE color: 11639201.
HSL color Cylindrical-coordinate representation of color #A199B1: hue angle of 260º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A199B1 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 153 | 177 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.31 |
| HSL | 260º | 0.13% | 0.65% | - |
| HSV(B) | 260º | 0.14% | 0.69% | - |
| XYZ | 34.02 | 33.53 | 46.27 | - |
| YUV | 158.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 177 | 0.09 | 0.14 | 0 | 0.31 | 260 | 0.13 | 0.65 |
| Hex | A1 | 99 | B1 | 9 | E | 0 | 1F | 104 | D | 41 |
| Octal | 241 | 231 | 261 | 11 | 16 | 0 | 37 | 404 | 15 | 101 |
| Binary | 10100001 | 10011001 | 10110001 | 1001 | 1110 | 0 | 11111 | 100000100 | 1101 | 1000001 |
Color Harmonies of #A199B1
Complementary color
Monochromatic Colors of #A199B1
Black with #A199B1
Text Example
Text Example
White with #A199B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199B1; }
p { color: rgb(161,153,177); }
H1.HeaderClassName
{
color: #A199B1;
}
.AnyTagClassName
{
color: #A199B1;
}
</style>
background-color css
<style>
a { background-color: #A199B1; }
a { background-color: rgb(161,153,177); }
div.DivClassName
{
background-color: #A199B1;
}
.BgClassName
{
background-color: #A199B1;
}
</style>
border-color css
<style>
span { border-color: #A199B1; }
span { border-color: rgb(161,153,177); }
td.TdClassName
{
border-color: #A199B1;
}
.TagClassName
{
border-color: #A199B1;
}
</style>