Shades of Violet Blue #A06B99
Tints of Violet Blue #A06B99
RGB
CMYK
RGB Variations
Color information
#A06B99 (or 0xA06B99) is known color: Violet Blue. HEX triplet: A0, 6B and 99. RGB value is (160,107,153). Sum of RGB (Red+Green+Blue) = 160+107+153=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06B99 is #5F9466. Grayscale: #7F7F7F. Windows color (decimal): -6263911 or 10054560. OLE color: 10054560.
HSL color Cylindrical-coordinate representation of color #A06B99: hue angle of 307.92º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A06B99 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 107 | 153 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.37 |
| HSL | 307.92º | 0.22% | 0.52% | - |
| HSV(B) | 307.92º | 0.33% | 0.63% | - |
| XYZ | 25.5 | 20.29 | 32.71 | - |
| YUV | 128.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 153 | 0 | 0.33 | 0.04 | 0.37 | 307.92 | 0.22 | 0.52 |
| Hex | A0 | 6B | 99 | 0 | 21 | 4 | 25 | 134 | 16 | 34 |
| Octal | 240 | 153 | 231 | 0 | 41 | 4 | 45 | 464 | 26 | 64 |
| Binary | 10100000 | 1101011 | 10011001 | 0 | 100001 | 100 | 100101 | 100110100 | 10110 | 110100 |
Color Harmonies of #A06B99
Complementary color
Monochromatic Colors of #A06B99
Black with #A06B99
Text Example
Text Example
White with #A06B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06B99; }
p { color: rgb(160,107,153); }
H1.HeaderClassName
{
color: #A06B99;
}
.AnyTagClassName
{
color: #A06B99;
}
</style>
background-color css
<style>
a { background-color: #A06B99; }
a { background-color: rgb(160,107,153); }
div.DivClassName
{
background-color: #A06B99;
}
.BgClassName
{
background-color: #A06B99;
}
</style>
border-color css
<style>
span { border-color: #A06B99; }
span { border-color: rgb(160,107,153); }
td.TdClassName
{
border-color: #A06B99;
}
.TagClassName
{
border-color: #A06B99;
}
</style>