Shades of Vivid Violet #A03096
Tints of Vivid Violet #A03096
RGB
CMYK
RGB Variations
Color information
#A03096 (or 0xA03096) is known color: Vivid Violet. HEX triplet: A0, 30 and 96. RGB value is (160,48,150). Sum of RGB (Red+Green+Blue) = 160+48+150=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A03096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03096 is #5FCF69. Grayscale: #5C5C5C. Windows color (decimal): -6279018 or 9842848. OLE color: 9842848.
HSL color Cylindrical-coordinate representation of color #A03096: hue angle of 305.36º 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 #A03096 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 150 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.37 |
| HSL | 305.36º | 0.54% | 0.41% | - |
| HSV(B) | 305.36º | 0.7% | 0.63% | - |
| XYZ | 21.06 | 11.79 | 30.02 | - |
| YUV | 93.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 150 | 0 | 0.70 | 0.06 | 0.37 | 305.36 | 0.54 | 0.41 |
| Hex | A0 | 30 | 96 | 0 | 46 | 6 | 25 | 131 | 36 | 29 |
| Octal | 240 | 60 | 226 | 0 | 106 | 6 | 45 | 461 | 66 | 51 |
| Binary | 10100000 | 110000 | 10010110 | 0 | 1000110 | 110 | 100101 | 100110001 | 110110 | 101001 |
Color Harmonies of #A03096
Complementary color
Monochromatic Colors of #A03096
Black with #A03096
Text Example
Text Example
White with #A03096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03096; }
p { color: rgb(160,48,150); }
H1.HeaderClassName
{
color: #A03096;
}
.AnyTagClassName
{
color: #A03096;
}
</style>
background-color css
<style>
a { background-color: #A03096; }
a { background-color: rgb(160,48,150); }
div.DivClassName
{
background-color: #A03096;
}
.BgClassName
{
background-color: #A03096;
}
</style>
border-color css
<style>
span { border-color: #A03096; }
span { border-color: rgb(160,48,150); }
td.TdClassName
{
border-color: #A03096;
}
.TagClassName
{
border-color: #A03096;
}
</style>