Shades of Violet Blue #A04390
Tints of Violet Blue #A04390
RGB
CMYK
RGB Variations
Color information
#A04390 (or 0xA04390) is known color: Violet Blue. HEX triplet: A0, 43 and 90. RGB value is (160,67,144). Sum of RGB (Red+Green+Blue) = 160+67+144=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A04390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04390 is #5FBC6F. Grayscale: #676767. Windows color (decimal): -6274160 or 9454496. OLE color: 9454496.
HSL color Cylindrical-coordinate representation of color #A04390: hue angle of 310.32º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04390 is Cyan = 0, Magento = 0.58, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 144 | - |
| CMYK | 0 | 0.58 | 0.1 | 0.37 |
| HSL | 310.32º | 0.41% | 0.45% | - |
| HSV(B) | 310.32º | 0.58% | 0.63% | - |
| XYZ | 21.54 | 13.5 | 27.86 | - |
| YUV | 103.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 144 | 0 | 0.58 | 0.1 | 0.37 | 310.32 | 0.41 | 0.45 |
| Hex | A0 | 43 | 90 | 0 | 3A | A | 25 | 136 | 29 | 2D |
| Octal | 240 | 103 | 220 | 0 | 72 | 12 | 45 | 466 | 51 | 55 |
| Binary | 10100000 | 1000011 | 10010000 | 0 | 111010 | 1010 | 100101 | 100110110 | 101001 | 101101 |
Color Harmonies of #A04390
Complementary color
Monochromatic Colors of #A04390
Black with #A04390
Text Example
Text Example
White with #A04390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04390; }
p { color: rgb(160,67,144); }
H1.HeaderClassName
{
color: #A04390;
}
.AnyTagClassName
{
color: #A04390;
}
</style>
background-color css
<style>
a { background-color: #A04390; }
a { background-color: rgb(160,67,144); }
div.DivClassName
{
background-color: #A04390;
}
.BgClassName
{
background-color: #A04390;
}
</style>
border-color css
<style>
span { border-color: #A04390; }
span { border-color: rgb(160,67,144); }
td.TdClassName
{
border-color: #A04390;
}
.TagClassName
{
border-color: #A04390;
}
</style>