Shades of Violet Blue #A06491
Tints of Violet Blue #A06491
RGB
CMYK
RGB Variations
Color information
#A06491 (or 0xA06491) is known color: Violet Blue. HEX triplet: A0, 64 and 91. RGB value is (160,100,145). Sum of RGB (Red+Green+Blue) = 160+100+145=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A06491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06491 is #5F9B6E. Grayscale: #7A7A7A. Windows color (decimal): -6265711 or 9528480. OLE color: 9528480.
HSL color Cylindrical-coordinate representation of color #A06491: hue angle of 315º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06491 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 145 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.37 |
| HSL | 315º | 0.24% | 0.51% | - |
| HSV(B) | 315º | 0.38% | 0.63% | - |
| XYZ | 24.17 | 18.63 | 29.11 | - |
| YUV | 123.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 145 | 0 | 0.38 | 0.09 | 0.37 | 315 | 0.24 | 0.51 |
| Hex | A0 | 64 | 91 | 0 | 26 | 9 | 25 | 13B | 18 | 33 |
| Octal | 240 | 144 | 221 | 0 | 46 | 11 | 45 | 473 | 30 | 63 |
| Binary | 10100000 | 1100100 | 10010001 | 0 | 100110 | 1001 | 100101 | 100111011 | 11000 | 110011 |
Color Harmonies of #A06491
Complementary color
Monochromatic Colors of #A06491
Black with #A06491
Text Example
Text Example
White with #A06491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06491; }
p { color: rgb(160,100,145); }
H1.HeaderClassName
{
color: #A06491;
}
.AnyTagClassName
{
color: #A06491;
}
</style>
background-color css
<style>
a { background-color: #A06491; }
a { background-color: rgb(160,100,145); }
div.DivClassName
{
background-color: #A06491;
}
.BgClassName
{
background-color: #A06491;
}
</style>
border-color css
<style>
span { border-color: #A06491; }
span { border-color: rgb(160,100,145); }
td.TdClassName
{
border-color: #A06491;
}
.TagClassName
{
border-color: #A06491;
}
</style>