Shades of Cold Purple #A199AF
Tints of Cold Purple #A199AF
RGB
CMYK
RGB Variations
Color information
#A199AF (or 0xA199AF) is known color: Cold Purple. HEX triplet: A1, 99 and AF. RGB value is (161,153,175). Sum of RGB (Red+Green+Blue) = 161+153+175=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 175 - color contains mainly: blue. Hex color #A199AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A199AF is #5E6650. Grayscale: #9D9D9D. Windows color (decimal): -6186577 or 11508129. OLE color: 11508129.
HSL color Cylindrical-coordinate representation of color #A199AF: hue angle of 261.82º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A199AF is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 153 | 175 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.31 |
| HSL | 261.82º | 0.12% | 0.64% | - |
| HSV(B) | 261.82º | 0.13% | 0.69% | - |
| XYZ | 33.83 | 33.45 | 45.23 | - |
| YUV | 157.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 175 | 0.08 | 0.13 | 0 | 0.31 | 261.82 | 0.12 | 0.64 |
| Hex | A1 | 99 | AF | 8 | D | 0 | 1F | 106 | C | 40 |
| Octal | 241 | 231 | 257 | 10 | 15 | 0 | 37 | 406 | 14 | 100 |
| Binary | 10100001 | 10011001 | 10101111 | 1000 | 1101 | 0 | 11111 | 100000110 | 1100 | 1000000 |
Color Harmonies of #A199AF
Complementary color
Monochromatic Colors of #A199AF
Black with #A199AF
Text Example
Text Example
White with #A199AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199AF; }
p { color: rgb(161,153,175); }
H1.HeaderClassName
{
color: #A199AF;
}
.AnyTagClassName
{
color: #A199AF;
}
</style>
background-color css
<style>
a { background-color: #A199AF; }
a { background-color: rgb(161,153,175); }
div.DivClassName
{
background-color: #A199AF;
}
.BgClassName
{
background-color: #A199AF;
}
</style>
border-color css
<style>
span { border-color: #A199AF; }
span { border-color: rgb(161,153,175); }
td.TdClassName
{
border-color: #A199AF;
}
.TagClassName
{
border-color: #A199AF;
}
</style>