Shades of Cold Purple #A198BF
Tints of Cold Purple #A198BF
RGB
CMYK
RGB Variations
Color information
#A198BF (or 0xA198BF) is known color: Cold Purple. HEX triplet: A1, 98 and BF. RGB value is (161,152,191). Sum of RGB (Red+Green+Blue) = 161+152+191=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #A198BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198BF is #5E6740. Grayscale: #9E9E9E. Windows color (decimal): -6186817 or 12556449. OLE color: 12556449.
HSL color Cylindrical-coordinate representation of color #A198BF: hue angle of 253.85º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A198BF is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 152 | 191 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.25 |
| HSL | 253.85º | 0.23% | 0.67% | - |
| HSV(B) | 253.85º | 0.2% | 0.75% | - |
| XYZ | 35.33 | 33.8 | 53.95 | - |
| YUV | 159.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 191 | 0.16 | 0.20 | 0 | 0.25 | 253.85 | 0.23 | 0.67 |
| Hex | A1 | 98 | BF | 10 | 14 | 0 | 19 | FE | 17 | 43 |
| Octal | 241 | 230 | 277 | 20 | 24 | 0 | 31 | 376 | 27 | 103 |
| Binary | 10100001 | 10011000 | 10111111 | 10000 | 10100 | 0 | 11001 | 11111110 | 10111 | 1000011 |
Color Harmonies of #A198BF
Complementary color
Monochromatic Colors of #A198BF
Black with #A198BF
Text Example
Text Example
White with #A198BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198BF; }
p { color: rgb(161,152,191); }
H1.HeaderClassName
{
color: #A198BF;
}
.AnyTagClassName
{
color: #A198BF;
}
</style>
background-color css
<style>
a { background-color: #A198BF; }
a { background-color: rgb(161,152,191); }
div.DivClassName
{
background-color: #A198BF;
}
.BgClassName
{
background-color: #A198BF;
}
</style>
border-color css
<style>
span { border-color: #A198BF; }
span { border-color: rgb(161,152,191); }
td.TdClassName
{
border-color: #A198BF;
}
.TagClassName
{
border-color: #A198BF;
}
</style>