Shades of Vivid Violet #A03496
Tints of Vivid Violet #A03496
RGB
CMYK
RGB Variations
Color information
#A03496 (or 0xA03496) is known color: Vivid Violet. HEX triplet: A0, 34 and 96. RGB value is (160,52,150). Sum of RGB (Red+Green+Blue) = 160+52+150=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A03496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03496 is #5FCB69. Grayscale: #5F5F5F. Windows color (decimal): -6277994 or 9843872. OLE color: 9843872.
HSL color Cylindrical-coordinate representation of color #A03496: hue angle of 305.56º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03496 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 150 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.37 |
| HSL | 305.56º | 0.51% | 0.42% | - |
| HSV(B) | 305.56º | 0.68% | 0.63% | - |
| XYZ | 21.23 | 12.13 | 30.08 | - |
| YUV | 95.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 150 | 0 | 0.68 | 0.06 | 0.37 | 305.56 | 0.51 | 0.42 |
| Hex | A0 | 34 | 96 | 0 | 44 | 6 | 25 | 132 | 33 | 2A |
| Octal | 240 | 64 | 226 | 0 | 104 | 6 | 45 | 462 | 63 | 52 |
| Binary | 10100000 | 110100 | 10010110 | 0 | 1000100 | 110 | 100101 | 100110010 | 110011 | 101010 |
Color Harmonies of #A03496
Complementary color
Monochromatic Colors of #A03496
Black with #A03496
Text Example
Text Example
White with #A03496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03496; }
p { color: rgb(160,52,150); }
H1.HeaderClassName
{
color: #A03496;
}
.AnyTagClassName
{
color: #A03496;
}
</style>
background-color css
<style>
a { background-color: #A03496; }
a { background-color: rgb(160,52,150); }
div.DivClassName
{
background-color: #A03496;
}
.BgClassName
{
background-color: #A03496;
}
</style>
border-color css
<style>
span { border-color: #A03496; }
span { border-color: rgb(160,52,150); }
td.TdClassName
{
border-color: #A03496;
}
.TagClassName
{
border-color: #A03496;
}
</style>