Shades of Vivid Violet #A02B99
Tints of Vivid Violet #A02B99
RGB
CMYK
RGB Variations
Color information
#A02B99 (or 0xA02B99) is known color: Vivid Violet. HEX triplet: A0, 2B and 99. RGB value is (160,43,153). Sum of RGB (Red+Green+Blue) = 160+43+153=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02B99 is #5FD466. Grayscale: #5A5A5A. Windows color (decimal): -6280295 or 10038176. OLE color: 10038176.
HSL color Cylindrical-coordinate representation of color #A02B99: hue angle of 303.59º 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 #A02B99 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 43 | 153 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.37 |
| HSL | 303.59º | 0.58% | 0.4% | - |
| HSV(B) | 303.59º | 0.73% | 0.63% | - |
| XYZ | 21.11 | 11.5 | 31.24 | - |
| YUV | 90.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 153 | 0 | 0.73 | 0.04 | 0.37 | 303.59 | 0.58 | 0.4 |
| Hex | A0 | 2B | 99 | 0 | 49 | 4 | 25 | 130 | 3A | 28 |
| Octal | 240 | 53 | 231 | 0 | 111 | 4 | 45 | 460 | 72 | 50 |
| Binary | 10100000 | 101011 | 10011001 | 0 | 1001001 | 100 | 100101 | 100110000 | 111010 | 101000 |
Color Harmonies of #A02B99
Complementary color
Monochromatic Colors of #A02B99
Black with #A02B99
Text Example
Text Example
White with #A02B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02B99; }
p { color: rgb(160,43,153); }
H1.HeaderClassName
{
color: #A02B99;
}
.AnyTagClassName
{
color: #A02B99;
}
</style>
background-color css
<style>
a { background-color: #A02B99; }
a { background-color: rgb(160,43,153); }
div.DivClassName
{
background-color: #A02B99;
}
.BgClassName
{
background-color: #A02B99;
}
</style>
border-color css
<style>
span { border-color: #A02B99; }
span { border-color: rgb(160,43,153); }
td.TdClassName
{
border-color: #A02B99;
}
.TagClassName
{
border-color: #A02B99;
}
</style>