Shades of Violet Blue #A04096
Tints of Violet Blue #A04096
RGB
CMYK
RGB Variations
Color information
#A04096 (or 0xA04096) is known color: Violet Blue. HEX triplet: A0, 40 and 96. RGB value is (160,64,150). Sum of RGB (Red+Green+Blue) = 160+64+150=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A04096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04096 is #5FBF69. Grayscale: #666666. Windows color (decimal): -6274922 or 9846944. OLE color: 9846944.
HSL color Cylindrical-coordinate representation of color #A04096: hue angle of 306.25º 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 #A04096 is Cyan = 0, Magento = 0.6, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 150 | - |
| CMYK | 0 | 0.6 | 0.06 | 0.37 |
| HSL | 306.25º | 0.43% | 0.44% | - |
| HSV(B) | 306.25º | 0.6% | 0.63% | - |
| XYZ | 21.84 | 13.34 | 30.28 | - |
| YUV | 102.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 150 | 0 | 0.6 | 0.06 | 0.37 | 306.25 | 0.43 | 0.44 |
| Hex | A0 | 40 | 96 | 0 | 3C | 6 | 25 | 132 | 2B | 2C |
| Octal | 240 | 100 | 226 | 0 | 74 | 6 | 45 | 462 | 53 | 54 |
| Binary | 10100000 | 1000000 | 10010110 | 0 | 111100 | 110 | 100101 | 100110010 | 101011 | 101100 |
Color Harmonies of #A04096
Complementary color
Monochromatic Colors of #A04096
Black with #A04096
Text Example
Text Example
White with #A04096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04096; }
p { color: rgb(160,64,150); }
H1.HeaderClassName
{
color: #A04096;
}
.AnyTagClassName
{
color: #A04096;
}
</style>
background-color css
<style>
a { background-color: #A04096; }
a { background-color: rgb(160,64,150); }
div.DivClassName
{
background-color: #A04096;
}
.BgClassName
{
background-color: #A04096;
}
</style>
border-color css
<style>
span { border-color: #A04096; }
span { border-color: rgb(160,64,150); }
td.TdClassName
{
border-color: #A04096;
}
.TagClassName
{
border-color: #A04096;
}
</style>