Shades of Vivid Violet #A02EA0
Tints of Vivid Violet #A02EA0
RGB
CMYK
RGB Variations
Color information
#A02EA0 (or 0xA02EA0) is known color: Vivid Violet. HEX triplet: A0, 2E and A0. RGB value is (160,46,160). Sum of RGB (Red+Green+Blue) = 160+46+160=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A02EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02EA0 is #5FD15F. Grayscale: #5C5C5C. Windows color (decimal): -6279520 or 10497696. OLE color: 10497696.
HSL color Cylindrical-coordinate representation of color #A02EA0: hue angle of 300º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A02EA0 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 46 | 160 | - |
| CMYK | 0 | 0.71 | 0 | 0.37 |
| HSL | 300º | 0.55% | 0.4% | - |
| HSV(B) | 300º | 0.71% | 0.63% | - |
| XYZ | 21.82 | 11.97 | 34.42 | - |
| YUV | 93.08 | 165.77 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 160 | 0 | 0.71 | 0 | 0.37 | 300 | 0.55 | 0.4 |
| Hex | A0 | 2E | A0 | 0 | 47 | 0 | 25 | 12C | 37 | 28 |
| Octal | 240 | 56 | 240 | 0 | 107 | 0 | 45 | 454 | 67 | 50 |
| Binary | 10100000 | 101110 | 10100000 | 0 | 1000111 | 0 | 100101 | 100101100 | 110111 | 101000 |
Color Harmonies of #A02EA0
Complementary color
Monochromatic Colors of #A02EA0
Black with #A02EA0
Text Example
Text Example
White with #A02EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02EA0; }
p { color: rgb(160,46,160); }
H1.HeaderClassName
{
color: #A02EA0;
}
.AnyTagClassName
{
color: #A02EA0;
}
</style>
background-color css
<style>
a { background-color: #A02EA0; }
a { background-color: rgb(160,46,160); }
div.DivClassName
{
background-color: #A02EA0;
}
.BgClassName
{
background-color: #A02EA0;
}
</style>
border-color css
<style>
span { border-color: #A02EA0; }
span { border-color: rgb(160,46,160); }
td.TdClassName
{
border-color: #A02EA0;
}
.TagClassName
{
border-color: #A02EA0;
}
</style>