Shades of Violet Blue #A04091
Tints of Violet Blue #A04091
RGB
CMYK
RGB Variations
Color information
#A04091 (or 0xA04091) is known color: Violet Blue. HEX triplet: A0, 40 and 91. RGB value is (160,64,145). Sum of RGB (Red+Green+Blue) = 160+64+145=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A04091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04091 is #5FBF6E. Grayscale: #656565. Windows color (decimal): -6274927 or 9519264. OLE color: 9519264.
HSL color Cylindrical-coordinate representation of color #A04091: hue angle of 309.38º 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 #A04091 is Cyan = 0, Magento = 0.6, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 145 | - |
| CMYK | 0 | 0.6 | 0.09 | 0.37 |
| HSL | 309.38º | 0.43% | 0.44% | - |
| HSV(B) | 309.38º | 0.6% | 0.63% | - |
| XYZ | 21.44 | 13.18 | 28.2 | - |
| YUV | 101.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 145 | 0 | 0.6 | 0.09 | 0.37 | 309.38 | 0.43 | 0.44 |
| Hex | A0 | 40 | 91 | 0 | 3C | 9 | 25 | 135 | 2B | 2C |
| Octal | 240 | 100 | 221 | 0 | 74 | 11 | 45 | 465 | 53 | 54 |
| Binary | 10100000 | 1000000 | 10010001 | 0 | 111100 | 1001 | 100101 | 100110101 | 101011 | 101100 |
Color Harmonies of #A04091
Complementary color
Monochromatic Colors of #A04091
Black with #A04091
Text Example
Text Example
White with #A04091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04091; }
p { color: rgb(160,64,145); }
H1.HeaderClassName
{
color: #A04091;
}
.AnyTagClassName
{
color: #A04091;
}
</style>
background-color css
<style>
a { background-color: #A04091; }
a { background-color: rgb(160,64,145); }
div.DivClassName
{
background-color: #A04091;
}
.BgClassName
{
background-color: #A04091;
}
</style>
border-color css
<style>
span { border-color: #A04091; }
span { border-color: rgb(160,64,145); }
td.TdClassName
{
border-color: #A04091;
}
.TagClassName
{
border-color: #A04091;
}
</style>