Shades of Violet Blue #A06A99
Tints of Violet Blue #A06A99
RGB
CMYK
RGB Variations
Color information
#A06A99 (or 0xA06A99) is known color: Violet Blue. HEX triplet: A0, 6A and 99. RGB value is (160,106,153). Sum of RGB (Red+Green+Blue) = 160+106+153=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06A99 is #5F9566. Grayscale: #7F7F7F. Windows color (decimal): -6264167 or 10054304. OLE color: 10054304.
HSL color Cylindrical-coordinate representation of color #A06A99: hue angle of 307.78º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A06A99 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 106 | 153 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.37 |
| HSL | 307.78º | 0.22% | 0.52% | - |
| HSV(B) | 307.78º | 0.34% | 0.63% | - |
| XYZ | 25.4 | 20.08 | 32.67 | - |
| YUV | 127.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 153 | 0 | 0.34 | 0.04 | 0.37 | 307.78 | 0.22 | 0.52 |
| Hex | A0 | 6A | 99 | 0 | 22 | 4 | 25 | 134 | 16 | 34 |
| Octal | 240 | 152 | 231 | 0 | 42 | 4 | 45 | 464 | 26 | 64 |
| Binary | 10100000 | 1101010 | 10011001 | 0 | 100010 | 100 | 100101 | 100110100 | 10110 | 110100 |
Color Harmonies of #A06A99
Complementary color
Monochromatic Colors of #A06A99
Black with #A06A99
Text Example
Text Example
White with #A06A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06A99; }
p { color: rgb(160,106,153); }
H1.HeaderClassName
{
color: #A06A99;
}
.AnyTagClassName
{
color: #A06A99;
}
</style>
background-color css
<style>
a { background-color: #A06A99; }
a { background-color: rgb(160,106,153); }
div.DivClassName
{
background-color: #A06A99;
}
.BgClassName
{
background-color: #A06A99;
}
</style>
border-color css
<style>
span { border-color: #A06A99; }
span { border-color: rgb(160,106,153); }
td.TdClassName
{
border-color: #A06A99;
}
.TagClassName
{
border-color: #A06A99;
}
</style>