Shades of Vivid Violet #A03296
Tints of Vivid Violet #A03296
RGB
CMYK
RGB Variations
Color information
#A03296 (or 0xA03296) is known color: Vivid Violet. HEX triplet: A0, 32 and 96. RGB value is (160,50,150). Sum of RGB (Red+Green+Blue) = 160+50+150=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A03296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03296 is #5FCD69. Grayscale: #5E5E5E. Windows color (decimal): -6278506 or 9843360. OLE color: 9843360.
HSL color Cylindrical-coordinate representation of color #A03296: hue angle of 305.45º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03296 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 150 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.37 |
| HSL | 305.45º | 0.52% | 0.41% | - |
| HSV(B) | 305.45º | 0.69% | 0.63% | - |
| XYZ | 21.14 | 11.96 | 30.05 | - |
| YUV | 94.29 | 159.44 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 150 | 0 | 0.69 | 0.06 | 0.37 | 305.45 | 0.52 | 0.41 |
| Hex | A0 | 32 | 96 | 0 | 45 | 6 | 25 | 131 | 34 | 29 |
| Octal | 240 | 62 | 226 | 0 | 105 | 6 | 45 | 461 | 64 | 51 |
| Binary | 10100000 | 110010 | 10010110 | 0 | 1000101 | 110 | 100101 | 100110001 | 110100 | 101001 |
Color Harmonies of #A03296
Complementary color
Monochromatic Colors of #A03296
Black with #A03296
Text Example
Text Example
White with #A03296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03296; }
p { color: rgb(160,50,150); }
H1.HeaderClassName
{
color: #A03296;
}
.AnyTagClassName
{
color: #A03296;
}
</style>
background-color css
<style>
a { background-color: #A03296; }
a { background-color: rgb(160,50,150); }
div.DivClassName
{
background-color: #A03296;
}
.BgClassName
{
background-color: #A03296;
}
</style>
border-color css
<style>
span { border-color: #A03296; }
span { border-color: rgb(160,50,150); }
td.TdClassName
{
border-color: #A03296;
}
.TagClassName
{
border-color: #A03296;
}
</style>