Shades of Vivid Violet #A02D9E
Tints of Vivid Violet #A02D9E
RGB
CMYK
RGB Variations
Color information
#A02D9E (or 0xA02D9E) is known color: Vivid Violet. HEX triplet: A0, 2D and 9E. RGB value is (160,45,158). Sum of RGB (Red+Green+Blue) = 160+45+158=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02D9E is #5FD261. Grayscale: #5B5B5B. Windows color (decimal): -6279778 or 10366368. OLE color: 10366368.
HSL color Cylindrical-coordinate representation of color #A02D9E: hue angle of 301.04º 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 #A02D9E is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 45 | 158 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.37 |
| HSL | 301.04º | 0.56% | 0.4% | - |
| HSV(B) | 301.04º | 0.72% | 0.63% | - |
| XYZ | 21.61 | 11.82 | 33.49 | - |
| YUV | 92.27 | 165.1 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 158 | 0 | 0.72 | 0.01 | 0.37 | 301.04 | 0.56 | 0.4 |
| Hex | A0 | 2D | 9E | 0 | 48 | 1 | 25 | 12D | 38 | 28 |
| Octal | 240 | 55 | 236 | 0 | 110 | 1 | 45 | 455 | 70 | 50 |
| Binary | 10100000 | 101101 | 10011110 | 0 | 1001000 | 1 | 100101 | 100101101 | 111000 | 101000 |
Color Harmonies of #A02D9E
Complementary color
Monochromatic Colors of #A02D9E
Black with #A02D9E
Text Example
Text Example
White with #A02D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02D9E; }
p { color: rgb(160,45,158); }
H1.HeaderClassName
{
color: #A02D9E;
}
.AnyTagClassName
{
color: #A02D9E;
}
</style>
background-color css
<style>
a { background-color: #A02D9E; }
a { background-color: rgb(160,45,158); }
div.DivClassName
{
background-color: #A02D9E;
}
.BgClassName
{
background-color: #A02D9E;
}
</style>
border-color css
<style>
span { border-color: #A02D9E; }
span { border-color: rgb(160,45,158); }
td.TdClassName
{
border-color: #A02D9E;
}
.TagClassName
{
border-color: #A02D9E;
}
</style>