Shades of Vivid Violet #A02B97
Tints of Vivid Violet #A02B97
RGB
CMYK
RGB Variations
Color information
#A02B97 (or 0xA02B97) is known color: Vivid Violet. HEX triplet: A0, 2B and 97. RGB value is (160,43,151). Sum of RGB (Red+Green+Blue) = 160+43+151=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02B97 is #5FD468. Grayscale: #595959. Windows color (decimal): -6280297 or 9907104. OLE color: 9907104.
HSL color Cylindrical-coordinate representation of color #A02B97: hue angle of 304.62º 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 #A02B97 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 43 | 151 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.37 |
| HSL | 304.62º | 0.58% | 0.4% | - |
| HSV(B) | 304.62º | 0.73% | 0.63% | - |
| XYZ | 20.95 | 11.44 | 30.38 | - |
| YUV | 90.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 151 | 0 | 0.73 | 0.06 | 0.37 | 304.62 | 0.58 | 0.4 |
| Hex | A0 | 2B | 97 | 0 | 49 | 6 | 25 | 131 | 3A | 28 |
| Octal | 240 | 53 | 227 | 0 | 111 | 6 | 45 | 461 | 72 | 50 |
| Binary | 10100000 | 101011 | 10010111 | 0 | 1001001 | 110 | 100101 | 100110001 | 111010 | 101000 |
Color Harmonies of #A02B97
Complementary color
Monochromatic Colors of #A02B97
Black with #A02B97
Text Example
Text Example
White with #A02B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02B97; }
p { color: rgb(160,43,151); }
H1.HeaderClassName
{
color: #A02B97;
}
.AnyTagClassName
{
color: #A02B97;
}
</style>
background-color css
<style>
a { background-color: #A02B97; }
a { background-color: rgb(160,43,151); }
div.DivClassName
{
background-color: #A02B97;
}
.BgClassName
{
background-color: #A02B97;
}
</style>
border-color css
<style>
span { border-color: #A02B97; }
span { border-color: rgb(160,43,151); }
td.TdClassName
{
border-color: #A02B97;
}
.TagClassName
{
border-color: #A02B97;
}
</style>