Shades of Violet Blue #A06599
Tints of Violet Blue #A06599
RGB
CMYK
RGB Variations
Color information
#A06599 (or 0xA06599) is known color: Violet Blue. HEX triplet: A0, 65 and 99. RGB value is (160,101,153). Sum of RGB (Red+Green+Blue) = 160+101+153=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A06599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06599 is #5F9A66. Grayscale: #7C7C7C. Windows color (decimal): -6265447 or 10053024. OLE color: 10053024.
HSL color Cylindrical-coordinate representation of color #A06599: hue angle of 307.12º 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 #A06599 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 153 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.37 |
| HSL | 307.12º | 0.24% | 0.51% | - |
| HSV(B) | 307.12º | 0.37% | 0.63% | - |
| XYZ | 24.9 | 19.08 | 32.51 | - |
| YUV | 124.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 153 | 0 | 0.37 | 0.04 | 0.37 | 307.12 | 0.24 | 0.51 |
| Hex | A0 | 65 | 99 | 0 | 25 | 4 | 25 | 133 | 18 | 33 |
| Octal | 240 | 145 | 231 | 0 | 45 | 4 | 45 | 463 | 30 | 63 |
| Binary | 10100000 | 1100101 | 10011001 | 0 | 100101 | 100 | 100101 | 100110011 | 11000 | 110011 |
Color Harmonies of #A06599
Complementary color
Monochromatic Colors of #A06599
Black with #A06599
Text Example
Text Example
White with #A06599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06599; }
p { color: rgb(160,101,153); }
H1.HeaderClassName
{
color: #A06599;
}
.AnyTagClassName
{
color: #A06599;
}
</style>
background-color css
<style>
a { background-color: #A06599; }
a { background-color: rgb(160,101,153); }
div.DivClassName
{
background-color: #A06599;
}
.BgClassName
{
background-color: #A06599;
}
</style>
border-color css
<style>
span { border-color: #A06599; }
span { border-color: rgb(160,101,153); }
td.TdClassName
{
border-color: #A06599;
}
.TagClassName
{
border-color: #A06599;
}
</style>