Shades of Violet Blue #A04899
Tints of Violet Blue #A04899
RGB
CMYK
RGB Variations
Color information
#A04899 (or 0xA04899) is known color: Violet Blue. HEX triplet: A0, 48 and 99. RGB value is (160,72,153). Sum of RGB (Red+Green+Blue) = 160+72+153=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A04899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04899 is #5FB766. Grayscale: #6B6B6B. Windows color (decimal): -6272871 or 10045600. OLE color: 10045600.
HSL color Cylindrical-coordinate representation of color #A04899: hue angle of 304.77º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04899 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 153 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.37 |
| HSL | 304.77º | 0.38% | 0.45% | - |
| HSV(B) | 304.77º | 0.55% | 0.63% | - |
| XYZ | 22.56 | 14.41 | 31.73 | - |
| YUV | 107.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 153 | 0 | 0.55 | 0.04 | 0.37 | 304.77 | 0.38 | 0.45 |
| Hex | A0 | 48 | 99 | 0 | 37 | 4 | 25 | 131 | 26 | 2D |
| Octal | 240 | 110 | 231 | 0 | 67 | 4 | 45 | 461 | 46 | 55 |
| Binary | 10100000 | 1001000 | 10011001 | 0 | 110111 | 100 | 100101 | 100110001 | 100110 | 101101 |
Color Harmonies of #A04899
Complementary color
Monochromatic Colors of #A04899
Black with #A04899
Text Example
Text Example
White with #A04899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04899; }
p { color: rgb(160,72,153); }
H1.HeaderClassName
{
color: #A04899;
}
.AnyTagClassName
{
color: #A04899;
}
</style>
background-color css
<style>
a { background-color: #A04899; }
a { background-color: rgb(160,72,153); }
div.DivClassName
{
background-color: #A04899;
}
.BgClassName
{
background-color: #A04899;
}
</style>
border-color css
<style>
span { border-color: #A04899; }
span { border-color: rgb(160,72,153); }
td.TdClassName
{
border-color: #A04899;
}
.TagClassName
{
border-color: #A04899;
}
</style>