Shades of Vivid Violet #A02F98
Tints of Vivid Violet #A02F98
RGB
CMYK
RGB Variations
Color information
#A02F98 (or 0xA02F98) is known color: Vivid Violet. HEX triplet: A0, 2F and 98. RGB value is (160,47,152). Sum of RGB (Red+Green+Blue) = 160+47+152=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02F98 is #5FD067. Grayscale: #5C5C5C. Windows color (decimal): -6279272 or 9973664. OLE color: 9973664.
HSL color Cylindrical-coordinate representation of color #A02F98: hue angle of 304.25º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A02F98 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 152 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.37 |
| HSL | 304.25º | 0.55% | 0.41% | - |
| HSV(B) | 304.25º | 0.71% | 0.63% | - |
| XYZ | 21.18 | 11.77 | 30.86 | - |
| YUV | 92.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 152 | 0 | 0.71 | 0.05 | 0.37 | 304.25 | 0.55 | 0.41 |
| Hex | A0 | 2F | 98 | 0 | 47 | 5 | 25 | 130 | 37 | 29 |
| Octal | 240 | 57 | 230 | 0 | 107 | 5 | 45 | 460 | 67 | 51 |
| Binary | 10100000 | 101111 | 10011000 | 0 | 1000111 | 101 | 100101 | 100110000 | 110111 | 101001 |
Color Harmonies of #A02F98
Complementary color
Monochromatic Colors of #A02F98
Black with #A02F98
Text Example
Text Example
White with #A02F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F98; }
p { color: rgb(160,47,152); }
H1.HeaderClassName
{
color: #A02F98;
}
.AnyTagClassName
{
color: #A02F98;
}
</style>
background-color css
<style>
a { background-color: #A02F98; }
a { background-color: rgb(160,47,152); }
div.DivClassName
{
background-color: #A02F98;
}
.BgClassName
{
background-color: #A02F98;
}
</style>
border-color css
<style>
span { border-color: #A02F98; }
span { border-color: rgb(160,47,152); }
td.TdClassName
{
border-color: #A02F98;
}
.TagClassName
{
border-color: #A02F98;
}
</style>