Shades of Violet Blue #A03FA4
Tints of Violet Blue #A03FA4
RGB
CMYK
RGB Variations
Color information
#A03FA4 (or 0xA03FA4) is known color: Violet Blue. HEX triplet: A0, 3F and A4. RGB value is (160,63,164). Sum of RGB (Red+Green+Blue) = 160+63+164=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 164 - color contains mainly: blue. Hex color #A03FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03FA4 is #5FC05B. Grayscale: #676767. Windows color (decimal): -6275164 or 10764192. OLE color: 10764192.
HSL color Cylindrical-coordinate representation of color #A03FA4: hue angle of 297.62º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A03FA4 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 63 | 164 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.36 |
| HSL | 297.62º | 0.44% | 0.45% | - |
| HSV(B) | 297.62º | 0.62% | 0.64% | - |
| XYZ | 22.98 | 13.71 | 36.56 | - |
| YUV | 103.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 164 | 0.02 | 0.62 | 0 | 0.36 | 297.62 | 0.44 | 0.45 |
| Hex | A0 | 3F | A4 | 2 | 3E | 0 | 24 | 12A | 2C | 2D |
| Octal | 240 | 77 | 244 | 2 | 76 | 0 | 44 | 452 | 54 | 55 |
| Binary | 10100000 | 111111 | 10100100 | 10 | 111110 | 0 | 100100 | 100101010 | 101100 | 101101 |
Color Harmonies of #A03FA4
Complementary color
Monochromatic Colors of #A03FA4
Black with #A03FA4
Text Example
Text Example
White with #A03FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FA4; }
p { color: rgb(160,63,164); }
H1.HeaderClassName
{
color: #A03FA4;
}
.AnyTagClassName
{
color: #A03FA4;
}
</style>
background-color css
<style>
a { background-color: #A03FA4; }
a { background-color: rgb(160,63,164); }
div.DivClassName
{
background-color: #A03FA4;
}
.BgClassName
{
background-color: #A03FA4;
}
</style>
border-color css
<style>
span { border-color: #A03FA4; }
span { border-color: rgb(160,63,164); }
td.TdClassName
{
border-color: #A03FA4;
}
.TagClassName
{
border-color: #A03FA4;
}
</style>