Shades of Vivid Violet #A02F9A
Tints of Vivid Violet #A02F9A
RGB
CMYK
RGB Variations
Color information
#A02F9A (or 0xA02F9A) is known color: Vivid Violet. HEX triplet: A0, 2F and 9A. RGB value is (160,47,154). Sum of RGB (Red+Green+Blue) = 160+47+154=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02F9A is #5FD065. Grayscale: #5C5C5C. Windows color (decimal): -6279270 or 10104736. OLE color: 10104736.
HSL color Cylindrical-coordinate representation of color #A02F9A: hue angle of 303.19º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A02F9A is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 154 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.37 |
| HSL | 303.19º | 0.55% | 0.41% | - |
| HSV(B) | 303.19º | 0.71% | 0.63% | - |
| XYZ | 21.35 | 11.84 | 31.73 | - |
| YUV | 92.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 154 | 0 | 0.71 | 0.04 | 0.37 | 303.19 | 0.55 | 0.41 |
| Hex | A0 | 2F | 9A | 0 | 47 | 4 | 25 | 12F | 37 | 29 |
| Octal | 240 | 57 | 232 | 0 | 107 | 4 | 45 | 457 | 67 | 51 |
| Binary | 10100000 | 101111 | 10011010 | 0 | 1000111 | 100 | 100101 | 100101111 | 110111 | 101001 |
Color Harmonies of #A02F9A
Complementary color
Monochromatic Colors of #A02F9A
Black with #A02F9A
Text Example
Text Example
White with #A02F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F9A; }
p { color: rgb(160,47,154); }
H1.HeaderClassName
{
color: #A02F9A;
}
.AnyTagClassName
{
color: #A02F9A;
}
</style>
background-color css
<style>
a { background-color: #A02F9A; }
a { background-color: rgb(160,47,154); }
div.DivClassName
{
background-color: #A02F9A;
}
.BgClassName
{
background-color: #A02F9A;
}
</style>
border-color css
<style>
span { border-color: #A02F9A; }
span { border-color: rgb(160,47,154); }
td.TdClassName
{
border-color: #A02F9A;
}
.TagClassName
{
border-color: #A02F9A;
}
</style>