Shades of Violet Blue #A03C99
Tints of Violet Blue #A03C99
RGB
CMYK
RGB Variations
Color information
#A03C99 (or 0xA03C99) is known color: Violet Blue. HEX triplet: A0, 3C and 99. RGB value is (160,60,153). Sum of RGB (Red+Green+Blue) = 160+60+153=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03C99 is #5FC366. Grayscale: #646464. Windows color (decimal): -6275943 or 10042528. OLE color: 10042528.
HSL color Cylindrical-coordinate representation of color #A03C99: hue angle of 304.2º 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 #A03C99 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 60 | 153 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.37 |
| HSL | 304.2º | 0.45% | 0.43% | - |
| HSV(B) | 304.2º | 0.63% | 0.63% | - |
| XYZ | 21.86 | 13.01 | 31.49 | - |
| YUV | 100.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 153 | 0 | 0.62 | 0.04 | 0.37 | 304.2 | 0.45 | 0.43 |
| Hex | A0 | 3C | 99 | 0 | 3E | 4 | 25 | 130 | 2D | 2B |
| Octal | 240 | 74 | 231 | 0 | 76 | 4 | 45 | 460 | 55 | 53 |
| Binary | 10100000 | 111100 | 10011001 | 0 | 111110 | 100 | 100101 | 100110000 | 101101 | 101011 |
Color Harmonies of #A03C99
Complementary color
Monochromatic Colors of #A03C99
Black with #A03C99
Text Example
Text Example
White with #A03C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03C99; }
p { color: rgb(160,60,153); }
H1.HeaderClassName
{
color: #A03C99;
}
.AnyTagClassName
{
color: #A03C99;
}
</style>
background-color css
<style>
a { background-color: #A03C99; }
a { background-color: rgb(160,60,153); }
div.DivClassName
{
background-color: #A03C99;
}
.BgClassName
{
background-color: #A03C99;
}
</style>
border-color css
<style>
span { border-color: #A03C99; }
span { border-color: rgb(160,60,153); }
td.TdClassName
{
border-color: #A03C99;
}
.TagClassName
{
border-color: #A03C99;
}
</style>