Shades of Cold Purple #A198AF
Tints of Cold Purple #A198AF
RGB
CMYK
RGB Variations
Color information
#A198AF (or 0xA198AF) is known color: Cold Purple. HEX triplet: A1, 98 and AF. RGB value is (161,152,175). Sum of RGB (Red+Green+Blue) = 161+152+175=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 175 - color contains mainly: blue. Hex color #A198AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A198AF is #5E6750. Grayscale: #9D9D9D. Windows color (decimal): -6186833 or 11507873. OLE color: 11507873.
HSL color Cylindrical-coordinate representation of color #A198AF: hue angle of 263.48º degrees, saturation: 0.13, 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 #A198AF is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 152 | 175 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.31 |
| HSL | 263.48º | 0.13% | 0.64% | - |
| HSV(B) | 263.48º | 0.13% | 0.69% | - |
| XYZ | 33.66 | 33.13 | 45.18 | - |
| YUV | 157.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 175 | 0.08 | 0.13 | 0 | 0.31 | 263.48 | 0.13 | 0.64 |
| Hex | A1 | 98 | AF | 8 | D | 0 | 1F | 107 | D | 40 |
| Octal | 241 | 230 | 257 | 10 | 15 | 0 | 37 | 407 | 15 | 100 |
| Binary | 10100001 | 10011000 | 10101111 | 1000 | 1101 | 0 | 11111 | 100000111 | 1101 | 1000000 |
Color Harmonies of #A198AF
Complementary color
Monochromatic Colors of #A198AF
Black with #A198AF
Text Example
Text Example
White with #A198AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198AF; }
p { color: rgb(161,152,175); }
H1.HeaderClassName
{
color: #A198AF;
}
.AnyTagClassName
{
color: #A198AF;
}
</style>
background-color css
<style>
a { background-color: #A198AF; }
a { background-color: rgb(161,152,175); }
div.DivClassName
{
background-color: #A198AF;
}
.BgClassName
{
background-color: #A198AF;
}
</style>
border-color css
<style>
span { border-color: #A198AF; }
span { border-color: rgb(161,152,175); }
td.TdClassName
{
border-color: #A198AF;
}
.TagClassName
{
border-color: #A198AF;
}
</style>