Shades of Violet Blue #A03FA0
Tints of Violet Blue #A03FA0
RGB
CMYK
RGB Variations
Color information
#A03FA0 (or 0xA03FA0) is known color: Violet Blue. HEX triplet: A0, 3F and A0. RGB value is (160,63,160). Sum of RGB (Red+Green+Blue) = 160+63+160=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A03FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03FA0 is #5FC05F. Grayscale: #666666. Windows color (decimal): -6275168 or 10502048. OLE color: 10502048.
HSL color Cylindrical-coordinate representation of color #A03FA0: hue angle of 300º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A03FA0 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 160 | - |
| CMYK | 0 | 0.61 | 0 | 0.37 |
| HSL | 300º | 0.43% | 0.44% | - |
| HSV(B) | 300º | 0.61% | 0.63% | - |
| XYZ | 22.62 | 13.57 | 34.68 | - |
| YUV | 103.06 | 160.14 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 160 | 0 | 0.61 | 0 | 0.37 | 300 | 0.43 | 0.44 |
| Hex | A0 | 3F | A0 | 0 | 3D | 0 | 25 | 12C | 2B | 2C |
| Octal | 240 | 77 | 240 | 0 | 75 | 0 | 45 | 454 | 53 | 54 |
| Binary | 10100000 | 111111 | 10100000 | 0 | 111101 | 0 | 100101 | 100101100 | 101011 | 101100 |
Color Harmonies of #A03FA0
Complementary color
Monochromatic Colors of #A03FA0
Black with #A03FA0
Text Example
Text Example
White with #A03FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FA0; }
p { color: rgb(160,63,160); }
H1.HeaderClassName
{
color: #A03FA0;
}
.AnyTagClassName
{
color: #A03FA0;
}
</style>
background-color css
<style>
a { background-color: #A03FA0; }
a { background-color: rgb(160,63,160); }
div.DivClassName
{
background-color: #A03FA0;
}
.BgClassName
{
background-color: #A03FA0;
}
</style>
border-color css
<style>
span { border-color: #A03FA0; }
span { border-color: rgb(160,63,160); }
td.TdClassName
{
border-color: #A03FA0;
}
.TagClassName
{
border-color: #A03FA0;
}
</style>