Shades of Violet Blue #A04392
Tints of Violet Blue #A04392
RGB
CMYK
RGB Variations
Color information
#A04392 (or 0xA04392) is known color: Violet Blue. HEX triplet: A0, 43 and 92. RGB value is (160,67,146). Sum of RGB (Red+Green+Blue) = 160+67+146=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A04392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04392 is #5FBC6D. Grayscale: #676767. Windows color (decimal): -6274158 or 9585568. OLE color: 9585568.
HSL color Cylindrical-coordinate representation of color #A04392: hue angle of 309.03º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04392 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 146 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.37 |
| HSL | 309.03º | 0.41% | 0.45% | - |
| HSV(B) | 309.03º | 0.58% | 0.63% | - |
| XYZ | 21.69 | 13.56 | 28.67 | - |
| YUV | 103.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 146 | 0 | 0.58 | 0.09 | 0.37 | 309.03 | 0.41 | 0.45 |
| Hex | A0 | 43 | 92 | 0 | 3A | 9 | 25 | 135 | 29 | 2D |
| Octal | 240 | 103 | 222 | 0 | 72 | 11 | 45 | 465 | 51 | 55 |
| Binary | 10100000 | 1000011 | 10010010 | 0 | 111010 | 1001 | 100101 | 100110101 | 101001 | 101101 |
Color Harmonies of #A04392
Complementary color
Monochromatic Colors of #A04392
Black with #A04392
Text Example
Text Example
White with #A04392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04392; }
p { color: rgb(160,67,146); }
H1.HeaderClassName
{
color: #A04392;
}
.AnyTagClassName
{
color: #A04392;
}
</style>
background-color css
<style>
a { background-color: #A04392; }
a { background-color: rgb(160,67,146); }
div.DivClassName
{
background-color: #A04392;
}
.BgClassName
{
background-color: #A04392;
}
</style>
border-color css
<style>
span { border-color: #A04392; }
span { border-color: rgb(160,67,146); }
td.TdClassName
{
border-color: #A04392;
}
.TagClassName
{
border-color: #A04392;
}
</style>