Shades of Vivid Violet #A02B9A
Tints of Vivid Violet #A02B9A
RGB
CMYK
RGB Variations
Color information
#A02B9A (or 0xA02B9A) is known color: Vivid Violet. HEX triplet: A0, 2B and 9A. RGB value is (160,43,154). Sum of RGB (Red+Green+Blue) = 160+43+154=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02B9A is #5FD465. Grayscale: #5A5A5A. Windows color (decimal): -6280294 or 10103712. OLE color: 10103712.
HSL color Cylindrical-coordinate representation of color #A02B9A: hue angle of 303.08º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02B9A is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 43 | 154 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.37 |
| HSL | 303.08º | 0.58% | 0.4% | - |
| HSV(B) | 303.08º | 0.73% | 0.63% | - |
| XYZ | 21.19 | 11.53 | 31.68 | - |
| YUV | 90.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 154 | 0 | 0.73 | 0.04 | 0.37 | 303.08 | 0.58 | 0.4 |
| Hex | A0 | 2B | 9A | 0 | 49 | 4 | 25 | 12F | 3A | 28 |
| Octal | 240 | 53 | 232 | 0 | 111 | 4 | 45 | 457 | 72 | 50 |
| Binary | 10100000 | 101011 | 10011010 | 0 | 1001001 | 100 | 100101 | 100101111 | 111010 | 101000 |
Color Harmonies of #A02B9A
Complementary color
Monochromatic Colors of #A02B9A
Black with #A02B9A
Text Example
Text Example
White with #A02B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02B9A; }
p { color: rgb(160,43,154); }
H1.HeaderClassName
{
color: #A02B9A;
}
.AnyTagClassName
{
color: #A02B9A;
}
</style>
background-color css
<style>
a { background-color: #A02B9A; }
a { background-color: rgb(160,43,154); }
div.DivClassName
{
background-color: #A02B9A;
}
.BgClassName
{
background-color: #A02B9A;
}
</style>
border-color css
<style>
span { border-color: #A02B9A; }
span { border-color: rgb(160,43,154); }
td.TdClassName
{
border-color: #A02B9A;
}
.TagClassName
{
border-color: #A02B9A;
}
</style>