Shades of Violet Blue #A06199
Tints of Violet Blue #A06199
RGB
CMYK
RGB Variations
Color information
#A06199 (or 0xA06199) is known color: Violet Blue. HEX triplet: A0, 61 and 99. RGB value is (160,97,153). Sum of RGB (Red+Green+Blue) = 160+97+153=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A06199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06199 is #5F9E66. Grayscale: #7A7A7A. Windows color (decimal): -6266471 or 10052000. OLE color: 10052000.
HSL color Cylindrical-coordinate representation of color #A06199: hue angle of 306.67º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06199 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 153 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.37 |
| HSL | 306.67º | 0.25% | 0.5% | - |
| HSV(B) | 306.67º | 0.39% | 0.63% | - |
| XYZ | 24.52 | 18.32 | 32.38 | - |
| YUV | 122.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 153 | 0 | 0.39 | 0.04 | 0.37 | 306.67 | 0.25 | 0.5 |
| Hex | A0 | 61 | 99 | 0 | 27 | 4 | 25 | 133 | 19 | 32 |
| Octal | 240 | 141 | 231 | 0 | 47 | 4 | 45 | 463 | 31 | 62 |
| Binary | 10100000 | 1100001 | 10011001 | 0 | 100111 | 100 | 100101 | 100110011 | 11001 | 110010 |
Color Harmonies of #A06199
Complementary color
Monochromatic Colors of #A06199
Black with #A06199
Text Example
Text Example
White with #A06199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06199; }
p { color: rgb(160,97,153); }
H1.HeaderClassName
{
color: #A06199;
}
.AnyTagClassName
{
color: #A06199;
}
</style>
background-color css
<style>
a { background-color: #A06199; }
a { background-color: rgb(160,97,153); }
div.DivClassName
{
background-color: #A06199;
}
.BgClassName
{
background-color: #A06199;
}
</style>
border-color css
<style>
span { border-color: #A06199; }
span { border-color: rgb(160,97,153); }
td.TdClassName
{
border-color: #A06199;
}
.TagClassName
{
border-color: #A06199;
}
</style>