Shades of Vivid Violet #A03097
Tints of Vivid Violet #A03097
RGB
CMYK
RGB Variations
Color information
#A03097 (or 0xA03097) is known color: Vivid Violet. HEX triplet: A0, 30 and 97. RGB value is (160,48,151). Sum of RGB (Red+Green+Blue) = 160+48+151=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A03097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03097 is #5FCF68. Grayscale: #5C5C5C. Windows color (decimal): -6279017 or 9908384. OLE color: 9908384.
HSL color Cylindrical-coordinate representation of color #A03097: hue angle of 304.82º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03097 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 151 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.37 |
| HSL | 304.82º | 0.54% | 0.41% | - |
| HSV(B) | 304.82º | 0.7% | 0.63% | - |
| XYZ | 21.14 | 11.82 | 30.45 | - |
| YUV | 93.23 | 160.61 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 151 | 0 | 0.70 | 0.06 | 0.37 | 304.82 | 0.54 | 0.41 |
| Hex | A0 | 30 | 97 | 0 | 46 | 6 | 25 | 131 | 36 | 29 |
| Octal | 240 | 60 | 227 | 0 | 106 | 6 | 45 | 461 | 66 | 51 |
| Binary | 10100000 | 110000 | 10010111 | 0 | 1000110 | 110 | 100101 | 100110001 | 110110 | 101001 |
Color Harmonies of #A03097
Complementary color
Monochromatic Colors of #A03097
Black with #A03097
Text Example
Text Example
White with #A03097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03097; }
p { color: rgb(160,48,151); }
H1.HeaderClassName
{
color: #A03097;
}
.AnyTagClassName
{
color: #A03097;
}
</style>
background-color css
<style>
a { background-color: #A03097; }
a { background-color: rgb(160,48,151); }
div.DivClassName
{
background-color: #A03097;
}
.BgClassName
{
background-color: #A03097;
}
</style>
border-color css
<style>
span { border-color: #A03097; }
span { border-color: rgb(160,48,151); }
td.TdClassName
{
border-color: #A03097;
}
.TagClassName
{
border-color: #A03097;
}
</style>