Shades of Cold Purple #A198BE
Tints of Cold Purple #A198BE
RGB
CMYK
RGB Variations
Color information
#A198BE (or 0xA198BE) is known color: Cold Purple. HEX triplet: A1, 98 and BE. RGB value is (161,152,190). Sum of RGB (Red+Green+Blue) = 161+152+190=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #A198BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198BE is #5E6741. Grayscale: #9E9E9E. Windows color (decimal): -6186818 or 12490913. OLE color: 12490913.
HSL color Cylindrical-coordinate representation of color #A198BE: hue angle of 254.21º 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 #A198BE is Cyan = 0.15, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 152 | 190 | - |
| CMYK | 0.15 | 0.2 | 0 | 0.25 |
| HSL | 254.21º | 0.23% | 0.67% | - |
| HSV(B) | 254.21º | 0.2% | 0.75% | - |
| XYZ | 35.22 | 33.75 | 53.37 | - |
| YUV | 159.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 190 | 0.15 | 0.2 | 0 | 0.25 | 254.21 | 0.23 | 0.67 |
| Hex | A1 | 98 | BE | F | 14 | 0 | 19 | FE | 17 | 43 |
| Octal | 241 | 230 | 276 | 17 | 24 | 0 | 31 | 376 | 27 | 103 |
| Binary | 10100001 | 10011000 | 10111110 | 1111 | 10100 | 0 | 11001 | 11111110 | 10111 | 1000011 |
Color Harmonies of #A198BE
Complementary color
Monochromatic Colors of #A198BE
Black with #A198BE
Text Example
Text Example
White with #A198BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A198BE; }
p { color: rgb(161,152,190); }
H1.HeaderClassName
{
color: #A198BE;
}
.AnyTagClassName
{
color: #A198BE;
}
</style>
background-color css
<style>
a { background-color: #A198BE; }
a { background-color: rgb(161,152,190); }
div.DivClassName
{
background-color: #A198BE;
}
.BgClassName
{
background-color: #A198BE;
}
</style>
border-color css
<style>
span { border-color: #A198BE; }
span { border-color: rgb(161,152,190); }
td.TdClassName
{
border-color: #A198BE;
}
.TagClassName
{
border-color: #A198BE;
}
</style>