Shades of Vivid Violet #A02DA4
Tints of Vivid Violet #A02DA4
RGB
CMYK
RGB Variations
Color information
#A02DA4 (or 0xA02DA4) is known color: Vivid Violet. HEX triplet: A0, 2D and A4. RGB value is (160,45,164). Sum of RGB (Red+Green+Blue) = 160+45+164=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 164 - color contains mainly: blue. Hex color #A02DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02DA4 is #5FD25B. Grayscale: #5C5C5C. Windows color (decimal): -6279772 or 10759584. OLE color: 10759584.
HSL color Cylindrical-coordinate representation of color #A02DA4: hue angle of 297.98º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02DA4 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 45 | 164 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.36 |
| HSL | 297.98º | 0.57% | 0.41% | - |
| HSV(B) | 297.98º | 0.73% | 0.64% | - |
| XYZ | 22.14 | 12.03 | 36.28 | - |
| YUV | 92.95 | 168.1 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 164 | 0.02 | 0.73 | 0 | 0.36 | 297.98 | 0.57 | 0.41 |
| Hex | A0 | 2D | A4 | 2 | 49 | 0 | 24 | 12A | 39 | 29 |
| Octal | 240 | 55 | 244 | 2 | 111 | 0 | 44 | 452 | 71 | 51 |
| Binary | 10100000 | 101101 | 10100100 | 10 | 1001001 | 0 | 100100 | 100101010 | 111001 | 101001 |
Color Harmonies of #A02DA4
Complementary color
Monochromatic Colors of #A02DA4
Black with #A02DA4
Text Example
Text Example
White with #A02DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02DA4; }
p { color: rgb(160,45,164); }
H1.HeaderClassName
{
color: #A02DA4;
}
.AnyTagClassName
{
color: #A02DA4;
}
</style>
background-color css
<style>
a { background-color: #A02DA4; }
a { background-color: rgb(160,45,164); }
div.DivClassName
{
background-color: #A02DA4;
}
.BgClassName
{
background-color: #A02DA4;
}
</style>
border-color css
<style>
span { border-color: #A02DA4; }
span { border-color: rgb(160,45,164); }
td.TdClassName
{
border-color: #A02DA4;
}
.TagClassName
{
border-color: #A02DA4;
}
</style>