Shades of Vivid Violet #A03396
Tints of Vivid Violet #A03396
RGB
CMYK
RGB Variations
Color information
#A03396 (or 0xA03396) is known color: Vivid Violet. HEX triplet: A0, 33 and 96. RGB value is (160,51,150). Sum of RGB (Red+Green+Blue) = 160+51+150=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A03396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03396 is #5FCC69. Grayscale: #5E5E5E. Windows color (decimal): -6278250 or 9843616. OLE color: 9843616.
HSL color Cylindrical-coordinate representation of color #A03396: hue angle of 305.5º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03396 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 150 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.37 |
| HSL | 305.5º | 0.52% | 0.41% | - |
| HSV(B) | 305.5º | 0.68% | 0.63% | - |
| XYZ | 21.19 | 12.04 | 30.06 | - |
| YUV | 94.88 | 159.11 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 150 | 0 | 0.68 | 0.06 | 0.37 | 305.5 | 0.52 | 0.41 |
| Hex | A0 | 33 | 96 | 0 | 44 | 6 | 25 | 132 | 34 | 29 |
| Octal | 240 | 63 | 226 | 0 | 104 | 6 | 45 | 462 | 64 | 51 |
| Binary | 10100000 | 110011 | 10010110 | 0 | 1000100 | 110 | 100101 | 100110010 | 110100 | 101001 |
Color Harmonies of #A03396
Complementary color
Monochromatic Colors of #A03396
Black with #A03396
Text Example
Text Example
White with #A03396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03396; }
p { color: rgb(160,51,150); }
H1.HeaderClassName
{
color: #A03396;
}
.AnyTagClassName
{
color: #A03396;
}
</style>
background-color css
<style>
a { background-color: #A03396; }
a { background-color: rgb(160,51,150); }
div.DivClassName
{
background-color: #A03396;
}
.BgClassName
{
background-color: #A03396;
}
</style>
border-color css
<style>
span { border-color: #A03396; }
span { border-color: rgb(160,51,150); }
td.TdClassName
{
border-color: #A03396;
}
.TagClassName
{
border-color: #A03396;
}
</style>