Shades of Violet Blue #A04893
Tints of Violet Blue #A04893
RGB
CMYK
RGB Variations
Color information
#A04893 (or 0xA04893) is known color: Violet Blue. HEX triplet: A0, 48 and 93. RGB value is (160,72,147). Sum of RGB (Red+Green+Blue) = 160+72+147=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A04893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04893 is #5FB76C. Grayscale: #6A6A6A. Windows color (decimal): -6272877 or 9652384. OLE color: 9652384.
HSL color Cylindrical-coordinate representation of color #A04893: hue angle of 308.86º 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 #A04893 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 147 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.37 |
| HSL | 308.86º | 0.38% | 0.45% | - |
| HSV(B) | 308.86º | 0.55% | 0.63% | - |
| XYZ | 22.08 | 14.21 | 29.18 | - |
| YUV | 106.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 147 | 0 | 0.55 | 0.08 | 0.37 | 308.86 | 0.38 | 0.45 |
| Hex | A0 | 48 | 93 | 0 | 37 | 8 | 25 | 135 | 26 | 2D |
| Octal | 240 | 110 | 223 | 0 | 67 | 10 | 45 | 465 | 46 | 55 |
| Binary | 10100000 | 1001000 | 10010011 | 0 | 110111 | 1000 | 100101 | 100110101 | 100110 | 101101 |
Color Harmonies of #A04893
Complementary color
Monochromatic Colors of #A04893
Black with #A04893
Text Example
Text Example
White with #A04893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04893; }
p { color: rgb(160,72,147); }
H1.HeaderClassName
{
color: #A04893;
}
.AnyTagClassName
{
color: #A04893;
}
</style>
background-color css
<style>
a { background-color: #A04893; }
a { background-color: rgb(160,72,147); }
div.DivClassName
{
background-color: #A04893;
}
.BgClassName
{
background-color: #A04893;
}
</style>
border-color css
<style>
span { border-color: #A04893; }
span { border-color: rgb(160,72,147); }
td.TdClassName
{
border-color: #A04893;
}
.TagClassName
{
border-color: #A04893;
}
</style>