Shades of Violet Blue #A04099
Tints of Violet Blue #A04099
RGB
CMYK
RGB Variations
Color information
#A04099 (or 0xA04099) is known color: Violet Blue. HEX triplet: A0, 40 and 99. RGB value is (160,64,153). Sum of RGB (Red+Green+Blue) = 160+64+153=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A04099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04099 is #5FBF66. Grayscale: #666666. Windows color (decimal): -6274919 or 10043552. OLE color: 10043552.
HSL color Cylindrical-coordinate representation of color #A04099: hue angle of 304.38º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04099 is Cyan = 0, Magento = 0.6, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 153 | - |
| CMYK | 0 | 0.6 | 0.04 | 0.37 |
| HSL | 304.38º | 0.43% | 0.44% | - |
| HSV(B) | 304.38º | 0.6% | 0.63% | - |
| XYZ | 22.08 | 13.44 | 31.57 | - |
| YUV | 102.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 153 | 0 | 0.6 | 0.04 | 0.37 | 304.38 | 0.43 | 0.44 |
| Hex | A0 | 40 | 99 | 0 | 3C | 4 | 25 | 130 | 2B | 2C |
| Octal | 240 | 100 | 231 | 0 | 74 | 4 | 45 | 460 | 53 | 54 |
| Binary | 10100000 | 1000000 | 10011001 | 0 | 111100 | 100 | 100101 | 100110000 | 101011 | 101100 |
Color Harmonies of #A04099
Complementary color
Monochromatic Colors of #A04099
Black with #A04099
Text Example
Text Example
White with #A04099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04099; }
p { color: rgb(160,64,153); }
H1.HeaderClassName
{
color: #A04099;
}
.AnyTagClassName
{
color: #A04099;
}
</style>
background-color css
<style>
a { background-color: #A04099; }
a { background-color: rgb(160,64,153); }
div.DivClassName
{
background-color: #A04099;
}
.BgClassName
{
background-color: #A04099;
}
</style>
border-color css
<style>
span { border-color: #A04099; }
span { border-color: rgb(160,64,153); }
td.TdClassName
{
border-color: #A04099;
}
.TagClassName
{
border-color: #A04099;
}
</style>