Shades of Vivid Violet #A02A98
Tints of Vivid Violet #A02A98
RGB
CMYK
RGB Variations
Color information
#A02A98 (or 0xA02A98) is known color: Vivid Violet. HEX triplet: A0, 2A and 98. RGB value is (160,42,152). Sum of RGB (Red+Green+Blue) = 160+42+152=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02A98 is #5FD567. Grayscale: #595959. Windows color (decimal): -6280552 or 9972384. OLE color: 9972384.
HSL color Cylindrical-coordinate representation of color #A02A98: hue angle of 304.07º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02A98 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 152 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.37 |
| HSL | 304.07º | 0.58% | 0.4% | - |
| HSV(B) | 304.07º | 0.74% | 0.63% | - |
| XYZ | 20.99 | 11.4 | 30.8 | - |
| YUV | 89.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 152 | 0 | 0.74 | 0.05 | 0.37 | 304.07 | 0.58 | 0.4 |
| Hex | A0 | 2A | 98 | 0 | 4A | 5 | 25 | 130 | 3A | 28 |
| Octal | 240 | 52 | 230 | 0 | 112 | 5 | 45 | 460 | 72 | 50 |
| Binary | 10100000 | 101010 | 10011000 | 0 | 1001010 | 101 | 100101 | 100110000 | 111010 | 101000 |
Color Harmonies of #A02A98
Complementary color
Monochromatic Colors of #A02A98
Black with #A02A98
Text Example
Text Example
White with #A02A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A98; }
p { color: rgb(160,42,152); }
H1.HeaderClassName
{
color: #A02A98;
}
.AnyTagClassName
{
color: #A02A98;
}
</style>
background-color css
<style>
a { background-color: #A02A98; }
a { background-color: rgb(160,42,152); }
div.DivClassName
{
background-color: #A02A98;
}
.BgClassName
{
background-color: #A02A98;
}
</style>
border-color css
<style>
span { border-color: #A02A98; }
span { border-color: rgb(160,42,152); }
td.TdClassName
{
border-color: #A02A98;
}
.TagClassName
{
border-color: #A02A98;
}
</style>