Shades of Cold Purple #A998C0
Tints of Cold Purple #A998C0
RGB
CMYK
RGB Variations
Color information
#A998C0 (or 0xA998C0) is known color: Cold Purple. HEX triplet: A9, 98 and C0. RGB value is (169,152,192). Sum of RGB (Red+Green+Blue) = 169+152+192=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #A998C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998C0 is #56673F. Grayscale: #A1A1A1. Windows color (decimal): -5662528 or 12621993. OLE color: 12621993.
HSL color Cylindrical-coordinate representation of color #A998C0: hue angle of 265.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A998C0 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 152 | 192 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.25 |
| HSL | 265.5º | 0.24% | 0.67% | - |
| HSV(B) | 265.5º | 0.21% | 0.75% | - |
| XYZ | 37.1 | 34.7 | 54.61 | - |
| YUV | 161.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 192 | 0.12 | 0.21 | 0 | 0.25 | 265.5 | 0.24 | 0.67 |
| Hex | A9 | 98 | C0 | C | 15 | 0 | 19 | 10A | 18 | 43 |
| Octal | 251 | 230 | 300 | 14 | 25 | 0 | 31 | 412 | 30 | 103 |
| Binary | 10101001 | 10011000 | 11000000 | 1100 | 10101 | 0 | 11001 | 100001010 | 11000 | 1000011 |
Color Harmonies of #A998C0
Complementary color
Monochromatic Colors of #A998C0
Black with #A998C0
Text Example
Text Example
White with #A998C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998C0; }
p { color: rgb(169,152,192); }
H1.HeaderClassName
{
color: #A998C0;
}
.AnyTagClassName
{
color: #A998C0;
}
</style>
background-color css
<style>
a { background-color: #A998C0; }
a { background-color: rgb(169,152,192); }
div.DivClassName
{
background-color: #A998C0;
}
.BgClassName
{
background-color: #A998C0;
}
</style>
border-color css
<style>
span { border-color: #A998C0; }
span { border-color: rgb(169,152,192); }
td.TdClassName
{
border-color: #A998C0;
}
.TagClassName
{
border-color: #A998C0;
}
</style>