Shades of Violet Blue #A0659F
Tints of Violet Blue #A0659F
RGB
CMYK
RGB Variations
Color information
#A0659F (or 0xA0659F) is known color: Violet Blue. HEX triplet: A0, 65 and 9F. RGB value is (160,101,159). Sum of RGB (Red+Green+Blue) = 160+101+159=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A0659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0659F is #5F9A60. Grayscale: #7D7D7D. Windows color (decimal): -6265441 or 10446240. OLE color: 10446240.
HSL color Cylindrical-coordinate representation of color #A0659F: hue angle of 301.02º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0659F is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 159 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.37 |
| HSL | 301.02º | 0.24% | 0.51% | - |
| HSV(B) | 301.02º | 0.37% | 0.63% | - |
| XYZ | 25.41 | 19.28 | 35.18 | - |
| YUV | 125.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 159 | 0 | 0.37 | 0.01 | 0.37 | 301.02 | 0.24 | 0.51 |
| Hex | A0 | 65 | 9F | 0 | 25 | 1 | 25 | 12D | 18 | 33 |
| Octal | 240 | 145 | 237 | 0 | 45 | 1 | 45 | 455 | 30 | 63 |
| Binary | 10100000 | 1100101 | 10011111 | 0 | 100101 | 1 | 100101 | 100101101 | 11000 | 110011 |
Color Harmonies of #A0659F
Complementary color
Monochromatic Colors of #A0659F
Black with #A0659F
Text Example
Text Example
White with #A0659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0659F; }
p { color: rgb(160,101,159); }
H1.HeaderClassName
{
color: #A0659F;
}
.AnyTagClassName
{
color: #A0659F;
}
</style>
background-color css
<style>
a { background-color: #A0659F; }
a { background-color: rgb(160,101,159); }
div.DivClassName
{
background-color: #A0659F;
}
.BgClassName
{
background-color: #A0659F;
}
</style>
border-color css
<style>
span { border-color: #A0659F; }
span { border-color: rgb(160,101,159); }
td.TdClassName
{
border-color: #A0659F;
}
.TagClassName
{
border-color: #A0659F;
}
</style>