Shades of Violet Blue #A04592
Tints of Violet Blue #A04592
RGB
CMYK
RGB Variations
Color information
#A04592 (or 0xA04592) is known color: Violet Blue. HEX triplet: A0, 45 and 92. RGB value is (160,69,146). Sum of RGB (Red+Green+Blue) = 160+69+146=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A04592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04592 is #5FBA6D. Grayscale: #686868. Windows color (decimal): -6273646 or 9586080. OLE color: 9586080.
HSL color Cylindrical-coordinate representation of color #A04592: hue angle of 309.23º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04592 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 146 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.37 |
| HSL | 309.23º | 0.4% | 0.45% | - |
| HSV(B) | 309.23º | 0.57% | 0.63% | - |
| XYZ | 21.81 | 13.81 | 28.71 | - |
| YUV | 104.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 146 | 0 | 0.57 | 0.09 | 0.37 | 309.23 | 0.4 | 0.45 |
| Hex | A0 | 45 | 92 | 0 | 39 | 9 | 25 | 135 | 28 | 2D |
| Octal | 240 | 105 | 222 | 0 | 71 | 11 | 45 | 465 | 50 | 55 |
| Binary | 10100000 | 1000101 | 10010010 | 0 | 111001 | 1001 | 100101 | 100110101 | 101000 | 101101 |
Color Harmonies of #A04592
Complementary color
Monochromatic Colors of #A04592
Black with #A04592
Text Example
Text Example
White with #A04592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04592; }
p { color: rgb(160,69,146); }
H1.HeaderClassName
{
color: #A04592;
}
.AnyTagClassName
{
color: #A04592;
}
</style>
background-color css
<style>
a { background-color: #A04592; }
a { background-color: rgb(160,69,146); }
div.DivClassName
{
background-color: #A04592;
}
.BgClassName
{
background-color: #A04592;
}
</style>
border-color css
<style>
span { border-color: #A04592; }
span { border-color: rgb(160,69,146); }
td.TdClassName
{
border-color: #A04592;
}
.TagClassName
{
border-color: #A04592;
}
</style>