Shades of Violet Blue #A03EA4
Tints of Violet Blue #A03EA4
RGB
CMYK
RGB Variations
Color information
#A03EA4 (or 0xA03EA4) is known color: Violet Blue. HEX triplet: A0, 3E and A4. RGB value is (160,62,164). Sum of RGB (Red+Green+Blue) = 160+62+164=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 164 - color contains mainly: blue. Hex color #A03EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03EA4 is #5FC15B. Grayscale: #666666. Windows color (decimal): -6275420 or 10763936. OLE color: 10763936.
HSL color Cylindrical-coordinate representation of color #A03EA4: hue angle of 297.65º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A03EA4 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 62 | 164 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.36 |
| HSL | 297.65º | 0.45% | 0.44% | - |
| HSV(B) | 297.65º | 0.62% | 0.64% | - |
| XYZ | 22.92 | 13.6 | 36.54 | - |
| YUV | 102.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 164 | 0.02 | 0.62 | 0 | 0.36 | 297.65 | 0.45 | 0.44 |
| Hex | A0 | 3E | A4 | 2 | 3E | 0 | 24 | 12A | 2D | 2C |
| Octal | 240 | 76 | 244 | 2 | 76 | 0 | 44 | 452 | 55 | 54 |
| Binary | 10100000 | 111110 | 10100100 | 10 | 111110 | 0 | 100100 | 100101010 | 101101 | 101100 |
Color Harmonies of #A03EA4
Complementary color
Monochromatic Colors of #A03EA4
Black with #A03EA4
Text Example
Text Example
White with #A03EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03EA4; }
p { color: rgb(160,62,164); }
H1.HeaderClassName
{
color: #A03EA4;
}
.AnyTagClassName
{
color: #A03EA4;
}
</style>
background-color css
<style>
a { background-color: #A03EA4; }
a { background-color: rgb(160,62,164); }
div.DivClassName
{
background-color: #A03EA4;
}
.BgClassName
{
background-color: #A03EA4;
}
</style>
border-color css
<style>
span { border-color: #A03EA4; }
span { border-color: rgb(160,62,164); }
td.TdClassName
{
border-color: #A03EA4;
}
.TagClassName
{
border-color: #A03EA4;
}
</style>