Shades of Cold Purple #A198BA
Tints of Cold Purple #A198BA
RGB
CMYK
RGB Variations
Color information
#A198BA (or 0xA198BA) is known color: Cold Purple. HEX triplet: A1, 98 and BA. RGB value is (161,152,186). Sum of RGB (Red+Green+Blue) = 161+152+186=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #A198BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198BA is #5E6745. Grayscale: #9E9E9E. Windows color (decimal): -6186822 or 12228769. OLE color: 12228769.
HSL color Cylindrical-coordinate representation of color #A198BA: hue angle of 255.88º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A198BA is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 152 | 186 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.27 |
| HSL | 255.88º | 0.2% | 0.66% | - |
| HSV(B) | 255.88º | 0.18% | 0.73% | - |
| XYZ | 34.79 | 33.58 | 51.1 | - |
| YUV | 158.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 186 | 0.13 | 0.18 | 0 | 0.27 | 255.88 | 0.2 | 0.66 |
| Hex | A1 | 98 | BA | D | 12 | 0 | 1B | 100 | 14 | 42 |
| Octal | 241 | 230 | 272 | 15 | 22 | 0 | 33 | 400 | 24 | 102 |
| Binary | 10100001 | 10011000 | 10111010 | 1101 | 10010 | 0 | 11011 | 100000000 | 10100 | 1000010 |
Color Harmonies of #A198BA
Complementary color
Monochromatic Colors of #A198BA
Black with #A198BA
Text Example
Text Example
White with #A198BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198BA; }
p { color: rgb(161,152,186); }
H1.HeaderClassName
{
color: #A198BA;
}
.AnyTagClassName
{
color: #A198BA;
}
</style>
background-color css
<style>
a { background-color: #A198BA; }
a { background-color: rgb(161,152,186); }
div.DivClassName
{
background-color: #A198BA;
}
.BgClassName
{
background-color: #A198BA;
}
</style>
border-color css
<style>
span { border-color: #A198BA; }
span { border-color: rgb(161,152,186); }
td.TdClassName
{
border-color: #A198BA;
}
.TagClassName
{
border-color: #A198BA;
}
</style>