Shades of Vivid Violet #A03796
Tints of Vivid Violet #A03796
RGB
CMYK
RGB Variations
Color information
#A03796 (or 0xA03796) is known color: Vivid Violet. HEX triplet: A0, 37 and 96. RGB value is (160,55,150). Sum of RGB (Red+Green+Blue) = 160+55+150=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A03796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03796 is #5FC869. Grayscale: #606060. Windows color (decimal): -6277226 or 9844640. OLE color: 9844640.
HSL color Cylindrical-coordinate representation of color #A03796: hue angle of 305.71º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03796 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 150 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.37 |
| HSL | 305.71º | 0.49% | 0.42% | - |
| HSV(B) | 305.71º | 0.66% | 0.63% | - |
| XYZ | 21.37 | 12.41 | 30.12 | - |
| YUV | 97.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 150 | 0 | 0.66 | 0.06 | 0.37 | 305.71 | 0.49 | 0.42 |
| Hex | A0 | 37 | 96 | 0 | 42 | 6 | 25 | 132 | 31 | 2A |
| Octal | 240 | 67 | 226 | 0 | 102 | 6 | 45 | 462 | 61 | 52 |
| Binary | 10100000 | 110111 | 10010110 | 0 | 1000010 | 110 | 100101 | 100110010 | 110001 | 101010 |
Color Harmonies of #A03796
Complementary color
Monochromatic Colors of #A03796
Black with #A03796
Text Example
Text Example
White with #A03796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03796; }
p { color: rgb(160,55,150); }
H1.HeaderClassName
{
color: #A03796;
}
.AnyTagClassName
{
color: #A03796;
}
</style>
background-color css
<style>
a { background-color: #A03796; }
a { background-color: rgb(160,55,150); }
div.DivClassName
{
background-color: #A03796;
}
.BgClassName
{
background-color: #A03796;
}
</style>
border-color css
<style>
span { border-color: #A03796; }
span { border-color: rgb(160,55,150); }
td.TdClassName
{
border-color: #A03796;
}
.TagClassName
{
border-color: #A03796;
}
</style>