Shades of Violet Blue #A06D99
Tints of Violet Blue #A06D99
RGB
CMYK
RGB Variations
Color information
#A06D99 (or 0xA06D99) is known color: Violet Blue. HEX triplet: A0, 6D and 99. RGB value is (160,109,153). Sum of RGB (Red+Green+Blue) = 160+109+153=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06D99 is #5F9266. Grayscale: #818181. Windows color (decimal): -6263399 or 10055072. OLE color: 10055072.
HSL color Cylindrical-coordinate representation of color #A06D99: hue angle of 308.24º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A06D99 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 109 | 153 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.37 |
| HSL | 308.24º | 0.21% | 0.53% | - |
| HSV(B) | 308.24º | 0.32% | 0.63% | - |
| XYZ | 25.72 | 20.71 | 32.78 | - |
| YUV | 129.27 | 141.4 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 153 | 0 | 0.32 | 0.04 | 0.37 | 308.24 | 0.21 | 0.53 |
| Hex | A0 | 6D | 99 | 0 | 20 | 4 | 25 | 134 | 15 | 35 |
| Octal | 240 | 155 | 231 | 0 | 40 | 4 | 45 | 464 | 25 | 65 |
| Binary | 10100000 | 1101101 | 10011001 | 0 | 100000 | 100 | 100101 | 100110100 | 10101 | 110101 |
Color Harmonies of #A06D99
Complementary color
Monochromatic Colors of #A06D99
Black with #A06D99
Text Example
Text Example
White with #A06D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06D99; }
p { color: rgb(160,109,153); }
H1.HeaderClassName
{
color: #A06D99;
}
.AnyTagClassName
{
color: #A06D99;
}
</style>
background-color css
<style>
a { background-color: #A06D99; }
a { background-color: rgb(160,109,153); }
div.DivClassName
{
background-color: #A06D99;
}
.BgClassName
{
background-color: #A06D99;
}
</style>
border-color css
<style>
span { border-color: #A06D99; }
span { border-color: rgb(160,109,153); }
td.TdClassName
{
border-color: #A06D99;
}
.TagClassName
{
border-color: #A06D99;
}
</style>