Shades of Violet Blue #A03FA9
Tints of Violet Blue #A03FA9
RGB
CMYK
RGB Variations
Color information
#A03FA9 (or 0xA03FA9) is known color: Violet Blue. HEX triplet: A0, 3F and A9. RGB value is (160,63,169). Sum of RGB (Red+Green+Blue) = 160+63+169=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 169 - color contains mainly: blue. Hex color #A03FA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03FA9 is #5FC056. Grayscale: #676767. Windows color (decimal): -6275159 or 11091872. OLE color: 11091872.
HSL color Cylindrical-coordinate representation of color #A03FA9: hue angle of 294.91º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A03FA9 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 63 | 169 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.34 |
| HSL | 294.91º | 0.46% | 0.45% | - |
| HSV(B) | 294.91º | 0.63% | 0.66% | - |
| XYZ | 23.44 | 13.89 | 38.98 | - |
| YUV | 104.09 | 164.64 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 169 | 0.05 | 0.63 | 0 | 0.34 | 294.91 | 0.46 | 0.45 |
| Hex | A0 | 3F | A9 | 5 | 3F | 0 | 22 | 127 | 2E | 2D |
| Octal | 240 | 77 | 251 | 5 | 77 | 0 | 42 | 447 | 56 | 55 |
| Binary | 10100000 | 111111 | 10101001 | 101 | 111111 | 0 | 100010 | 100100111 | 101110 | 101101 |
Color Harmonies of #A03FA9
Complementary color
Monochromatic Colors of #A03FA9
Black with #A03FA9
Text Example
Text Example
White with #A03FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FA9; }
p { color: rgb(160,63,169); }
H1.HeaderClassName
{
color: #A03FA9;
}
.AnyTagClassName
{
color: #A03FA9;
}
</style>
background-color css
<style>
a { background-color: #A03FA9; }
a { background-color: rgb(160,63,169); }
div.DivClassName
{
background-color: #A03FA9;
}
.BgClassName
{
background-color: #A03FA9;
}
</style>
border-color css
<style>
span { border-color: #A03FA9; }
span { border-color: rgb(160,63,169); }
td.TdClassName
{
border-color: #A03FA9;
}
.TagClassName
{
border-color: #A03FA9;
}
</style>