Shades of Violet Blue #A03AA4
Tints of Violet Blue #A03AA4
RGB
CMYK
RGB Variations
Color information
#A03AA4 (or 0xA03AA4) is known color: Violet Blue. HEX triplet: A0, 3A and A4. RGB value is (160,58,164). Sum of RGB (Red+Green+Blue) = 160+58+164=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 164 (64.45% from 255 or 42.93% from 382); Max value from RGB is 164 - color contains mainly: blue. Hex color #A03AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03AA4 is #5FC55B. Grayscale: #646464. Windows color (decimal): -6276444 or 10762912. OLE color: 10762912.
HSL color Cylindrical-coordinate representation of color #A03AA4: hue angle of 297.74º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A03AA4 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 58 | 164 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.36 |
| HSL | 297.74º | 0.48% | 0.44% | - |
| HSV(B) | 297.74º | 0.65% | 0.64% | - |
| XYZ | 22.71 | 13.18 | 36.47 | - |
| YUV | 100.58 | 163.79 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 164 | 0.02 | 0.65 | 0 | 0.36 | 297.74 | 0.48 | 0.44 |
| Hex | A0 | 3A | A4 | 2 | 41 | 0 | 24 | 12A | 30 | 2C |
| Octal | 240 | 72 | 244 | 2 | 101 | 0 | 44 | 452 | 60 | 54 |
| Binary | 10100000 | 111010 | 10100100 | 10 | 1000001 | 0 | 100100 | 100101010 | 110000 | 101100 |
Color Harmonies of #A03AA4
Complementary color
Monochromatic Colors of #A03AA4
Black with #A03AA4
Text Example
Text Example
White with #A03AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03AA4; }
p { color: rgb(160,58,164); }
H1.HeaderClassName
{
color: #A03AA4;
}
.AnyTagClassName
{
color: #A03AA4;
}
</style>
background-color css
<style>
a { background-color: #A03AA4; }
a { background-color: rgb(160,58,164); }
div.DivClassName
{
background-color: #A03AA4;
}
.BgClassName
{
background-color: #A03AA4;
}
</style>
border-color css
<style>
span { border-color: #A03AA4; }
span { border-color: rgb(160,58,164); }
td.TdClassName
{
border-color: #A03AA4;
}
.TagClassName
{
border-color: #A03AA4;
}
</style>