Shades of Violet Blue #A04296
Tints of Violet Blue #A04296
RGB
CMYK
RGB Variations
Color information
#A04296 (or 0xA04296) is known color: Violet Blue. HEX triplet: A0, 42 and 96. RGB value is (160,66,150). Sum of RGB (Red+Green+Blue) = 160+66+150=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A04296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04296 is #5FBD69. Grayscale: #676767. Windows color (decimal): -6274410 or 9847456. OLE color: 9847456.
HSL color Cylindrical-coordinate representation of color #A04296: hue angle of 306.38º 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 #A04296 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 66 | 150 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.37 |
| HSL | 306.38º | 0.42% | 0.44% | - |
| HSV(B) | 306.38º | 0.59% | 0.63% | - |
| XYZ | 21.95 | 13.57 | 30.32 | - |
| YUV | 103.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 150 | 0 | 0.59 | 0.06 | 0.37 | 306.38 | 0.42 | 0.44 |
| Hex | A0 | 42 | 96 | 0 | 3B | 6 | 25 | 132 | 2A | 2C |
| Octal | 240 | 102 | 226 | 0 | 73 | 6 | 45 | 462 | 52 | 54 |
| Binary | 10100000 | 1000010 | 10010110 | 0 | 111011 | 110 | 100101 | 100110010 | 101010 | 101100 |
Color Harmonies of #A04296
Complementary color
Monochromatic Colors of #A04296
Black with #A04296
Text Example
Text Example
White with #A04296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04296; }
p { color: rgb(160,66,150); }
H1.HeaderClassName
{
color: #A04296;
}
.AnyTagClassName
{
color: #A04296;
}
</style>
background-color css
<style>
a { background-color: #A04296; }
a { background-color: rgb(160,66,150); }
div.DivClassName
{
background-color: #A04296;
}
.BgClassName
{
background-color: #A04296;
}
</style>
border-color css
<style>
span { border-color: #A04296; }
span { border-color: rgb(160,66,150); }
td.TdClassName
{
border-color: #A04296;
}
.TagClassName
{
border-color: #A04296;
}
</style>