Shades of Cold Purple #A198BC
Tints of Cold Purple #A198BC
RGB
CMYK
RGB Variations
Color information
#A198BC (or 0xA198BC) is known color: Cold Purple. HEX triplet: A1, 98 and BC. RGB value is (161,152,188). Sum of RGB (Red+Green+Blue) = 161+152+188=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #A198BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198BC is #5E6743. Grayscale: #9E9E9E. Windows color (decimal): -6186820 or 12359841. OLE color: 12359841.
HSL color Cylindrical-coordinate representation of color #A198BC: hue angle of 255º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A198BC is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 152 | 188 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.26 |
| HSL | 255º | 0.21% | 0.67% | - |
| HSV(B) | 255º | 0.19% | 0.74% | - |
| XYZ | 35 | 33.66 | 52.23 | - |
| YUV | 158.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 188 | 0.14 | 0.19 | 0 | 0.26 | 255 | 0.21 | 0.67 |
| Hex | A1 | 98 | BC | E | 13 | 0 | 1A | FF | 15 | 43 |
| Octal | 241 | 230 | 274 | 16 | 23 | 0 | 32 | 377 | 25 | 103 |
| Binary | 10100001 | 10011000 | 10111100 | 1110 | 10011 | 0 | 11010 | 11111111 | 10101 | 1000011 |
Color Harmonies of #A198BC
Complementary color
Monochromatic Colors of #A198BC
Black with #A198BC
Text Example
Text Example
White with #A198BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198BC; }
p { color: rgb(161,152,188); }
H1.HeaderClassName
{
color: #A198BC;
}
.AnyTagClassName
{
color: #A198BC;
}
</style>
background-color css
<style>
a { background-color: #A198BC; }
a { background-color: rgb(161,152,188); }
div.DivClassName
{
background-color: #A198BC;
}
.BgClassName
{
background-color: #A198BC;
}
</style>
border-color css
<style>
span { border-color: #A198BC; }
span { border-color: rgb(161,152,188); }
td.TdClassName
{
border-color: #A198BC;
}
.TagClassName
{
border-color: #A198BC;
}
</style>