Shades of Violet Blue #A03C96
Tints of Violet Blue #A03C96
RGB
CMYK
RGB Variations
Color information
#A03C96 (or 0xA03C96) is known color: Violet Blue. HEX triplet: A0, 3C and 96. RGB value is (160,60,150). Sum of RGB (Red+Green+Blue) = 160+60+150=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03C96 is #5FC369. Grayscale: #636363. Windows color (decimal): -6275946 or 9845920. OLE color: 9845920.
HSL color Cylindrical-coordinate representation of color #A03C96: hue angle of 306º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A03C96 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 60 | 150 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.37 |
| HSL | 306º | 0.45% | 0.43% | - |
| HSV(B) | 306º | 0.63% | 0.63% | - |
| XYZ | 21.62 | 12.91 | 30.21 | - |
| YUV | 100.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 150 | 0 | 0.62 | 0.06 | 0.37 | 306 | 0.45 | 0.43 |
| Hex | A0 | 3C | 96 | 0 | 3E | 6 | 25 | 132 | 2D | 2B |
| Octal | 240 | 74 | 226 | 0 | 76 | 6 | 45 | 462 | 55 | 53 |
| Binary | 10100000 | 111100 | 10010110 | 0 | 111110 | 110 | 100101 | 100110010 | 101101 | 101011 |
Color Harmonies of #A03C96
Complementary color
Monochromatic Colors of #A03C96
Black with #A03C96
Text Example
Text Example
White with #A03C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03C96; }
p { color: rgb(160,60,150); }
H1.HeaderClassName
{
color: #A03C96;
}
.AnyTagClassName
{
color: #A03C96;
}
</style>
background-color css
<style>
a { background-color: #A03C96; }
a { background-color: rgb(160,60,150); }
div.DivClassName
{
background-color: #A03C96;
}
.BgClassName
{
background-color: #A03C96;
}
</style>
border-color css
<style>
span { border-color: #A03C96; }
span { border-color: rgb(160,60,150); }
td.TdClassName
{
border-color: #A03C96;
}
.TagClassName
{
border-color: #A03C96;
}
</style>