Shades of Vivid Violet #A02DA6
Tints of Vivid Violet #A02DA6
RGB
CMYK
RGB Variations
Color information
#A02DA6 (or 0xA02DA6) is known color: Vivid Violet. HEX triplet: A0, 2D and A6. RGB value is (160,45,166). Sum of RGB (Red+Green+Blue) = 160+45+166=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 166 - color contains mainly: blue. Hex color #A02DA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02DA6 is #5FD259. Grayscale: #5C5C5C. Windows color (decimal): -6279770 or 10890656. OLE color: 10890656.
HSL color Cylindrical-coordinate representation of color #A02DA6: hue angle of 297.02º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02DA6 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 45 | 166 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.35 |
| HSL | 297.02º | 0.57% | 0.41% | - |
| HSV(B) | 297.02º | 0.73% | 0.65% | - |
| XYZ | 22.32 | 12.1 | 37.24 | - |
| YUV | 93.18 | 169.1 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 166 | 0.04 | 0.73 | 0 | 0.35 | 297.02 | 0.57 | 0.41 |
| Hex | A0 | 2D | A6 | 4 | 49 | 0 | 23 | 129 | 39 | 29 |
| Octal | 240 | 55 | 246 | 4 | 111 | 0 | 43 | 451 | 71 | 51 |
| Binary | 10100000 | 101101 | 10100110 | 100 | 1001001 | 0 | 100011 | 100101001 | 111001 | 101001 |
Color Harmonies of #A02DA6
Complementary color
Monochromatic Colors of #A02DA6
Black with #A02DA6
Text Example
Text Example
White with #A02DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02DA6; }
p { color: rgb(160,45,166); }
H1.HeaderClassName
{
color: #A02DA6;
}
.AnyTagClassName
{
color: #A02DA6;
}
</style>
background-color css
<style>
a { background-color: #A02DA6; }
a { background-color: rgb(160,45,166); }
div.DivClassName
{
background-color: #A02DA6;
}
.BgClassName
{
background-color: #A02DA6;
}
</style>
border-color css
<style>
span { border-color: #A02DA6; }
span { border-color: rgb(160,45,166); }
td.TdClassName
{
border-color: #A02DA6;
}
.TagClassName
{
border-color: #A02DA6;
}
</style>