Shades of Violet Blue #A04192
Tints of Violet Blue #A04192
RGB
CMYK
RGB Variations
Color information
#A04192 (or 0xA04192) is known color: Violet Blue. HEX triplet: A0, 41 and 92. RGB value is (160,65,146). Sum of RGB (Red+Green+Blue) = 160+65+146=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A04192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04192 is #5FBE6D. Grayscale: #666666. Windows color (decimal): -6274670 or 9585056. OLE color: 9585056.
HSL color Cylindrical-coordinate representation of color #A04192: hue angle of 308.84º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04192 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 146 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.37 |
| HSL | 308.84º | 0.42% | 0.44% | - |
| HSV(B) | 308.84º | 0.59% | 0.63% | - |
| XYZ | 21.58 | 13.33 | 28.63 | - |
| YUV | 102.64 | 152.47 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 146 | 0 | 0.59 | 0.09 | 0.37 | 308.84 | 0.42 | 0.44 |
| Hex | A0 | 41 | 92 | 0 | 3B | 9 | 25 | 135 | 2A | 2C |
| Octal | 240 | 101 | 222 | 0 | 73 | 11 | 45 | 465 | 52 | 54 |
| Binary | 10100000 | 1000001 | 10010010 | 0 | 111011 | 1001 | 100101 | 100110101 | 101010 | 101100 |
Color Harmonies of #A04192
Complementary color
Monochromatic Colors of #A04192
Black with #A04192
Text Example
Text Example
White with #A04192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04192; }
p { color: rgb(160,65,146); }
H1.HeaderClassName
{
color: #A04192;
}
.AnyTagClassName
{
color: #A04192;
}
</style>
background-color css
<style>
a { background-color: #A04192; }
a { background-color: rgb(160,65,146); }
div.DivClassName
{
background-color: #A04192;
}
.BgClassName
{
background-color: #A04192;
}
</style>
border-color css
<style>
span { border-color: #A04192; }
span { border-color: rgb(160,65,146); }
td.TdClassName
{
border-color: #A04192;
}
.TagClassName
{
border-color: #A04192;
}
</style>