Shades of Vivid Violet #A02DA0
Tints of Vivid Violet #A02DA0
RGB
CMYK
RGB Variations
Color information
#A02DA0 (or 0xA02DA0) is known color: Vivid Violet. HEX triplet: A0, 2D and A0. RGB value is (160,45,160). Sum of RGB (Red+Green+Blue) = 160+45+160=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A02DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02DA0 is #5FD25F. Grayscale: #5C5C5C. Windows color (decimal): -6279776 or 10497440. OLE color: 10497440.
HSL color Cylindrical-coordinate representation of color #A02DA0: hue angle of 300º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A02DA0 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 45 | 160 | - |
| CMYK | 0 | 0.72 | 0 | 0.37 |
| HSL | 300º | 0.56% | 0.4% | - |
| HSV(B) | 300º | 0.72% | 0.63% | - |
| XYZ | 21.78 | 11.89 | 34.4 | - |
| YUV | 92.5 | 166.1 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 160 | 0 | 0.72 | 0 | 0.37 | 300 | 0.56 | 0.4 |
| Hex | A0 | 2D | A0 | 0 | 48 | 0 | 25 | 12C | 38 | 28 |
| Octal | 240 | 55 | 240 | 0 | 110 | 0 | 45 | 454 | 70 | 50 |
| Binary | 10100000 | 101101 | 10100000 | 0 | 1001000 | 0 | 100101 | 100101100 | 111000 | 101000 |
Color Harmonies of #A02DA0
Complementary color
Monochromatic Colors of #A02DA0
Black with #A02DA0
Text Example
Text Example
White with #A02DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02DA0; }
p { color: rgb(160,45,160); }
H1.HeaderClassName
{
color: #A02DA0;
}
.AnyTagClassName
{
color: #A02DA0;
}
</style>
background-color css
<style>
a { background-color: #A02DA0; }
a { background-color: rgb(160,45,160); }
div.DivClassName
{
background-color: #A02DA0;
}
.BgClassName
{
background-color: #A02DA0;
}
</style>
border-color css
<style>
span { border-color: #A02DA0; }
span { border-color: rgb(160,45,160); }
td.TdClassName
{
border-color: #A02DA0;
}
.TagClassName
{
border-color: #A02DA0;
}
</style>