Shades of Violet Blue #A04092
Tints of Violet Blue #A04092
RGB
CMYK
RGB Variations
Color information
#A04092 (or 0xA04092) is known color: Violet Blue. HEX triplet: A0, 40 and 92. RGB value is (160,64,146). Sum of RGB (Red+Green+Blue) = 160+64+146=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A04092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04092 is #5FBF6D. Grayscale: #656565. Windows color (decimal): -6274926 or 9584800. OLE color: 9584800.
HSL color Cylindrical-coordinate representation of color #A04092: hue angle of 308.75º 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 #A04092 is Cyan = 0, Magento = 0.6, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 146 | - |
| CMYK | 0 | 0.6 | 0.09 | 0.37 |
| HSL | 308.75º | 0.43% | 0.44% | - |
| HSV(B) | 308.75º | 0.6% | 0.63% | - |
| XYZ | 21.52 | 13.22 | 28.61 | - |
| YUV | 102.05 | 152.8 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 146 | 0 | 0.6 | 0.09 | 0.37 | 308.75 | 0.43 | 0.44 |
| Hex | A0 | 40 | 92 | 0 | 3C | 9 | 25 | 135 | 2B | 2C |
| Octal | 240 | 100 | 222 | 0 | 74 | 11 | 45 | 465 | 53 | 54 |
| Binary | 10100000 | 1000000 | 10010010 | 0 | 111100 | 1001 | 100101 | 100110101 | 101011 | 101100 |
Color Harmonies of #A04092
Complementary color
Monochromatic Colors of #A04092
Black with #A04092
Text Example
Text Example
White with #A04092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04092; }
p { color: rgb(160,64,146); }
H1.HeaderClassName
{
color: #A04092;
}
.AnyTagClassName
{
color: #A04092;
}
</style>
background-color css
<style>
a { background-color: #A04092; }
a { background-color: rgb(160,64,146); }
div.DivClassName
{
background-color: #A04092;
}
.BgClassName
{
background-color: #A04092;
}
</style>
border-color css
<style>
span { border-color: #A04092; }
span { border-color: rgb(160,64,146); }
td.TdClassName
{
border-color: #A04092;
}
.TagClassName
{
border-color: #A04092;
}
</style>