Shades of Violet Blue #A06DA6
Tints of Violet Blue #A06DA6
RGB
CMYK
RGB Variations
Color information
#A06DA6 (or 0xA06DA6) is known color: Violet Blue. HEX triplet: A0, 6D and A6. RGB value is (160,109,166). Sum of RGB (Red+Green+Blue) = 160+109+166=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 166 - color contains mainly: blue. Hex color #A06DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06DA6 is #5F9259. Grayscale: #828282. Windows color (decimal): -6263386 or 10907040. OLE color: 10907040.
HSL color Cylindrical-coordinate representation of color #A06DA6: hue angle of 293.68º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A06DA6 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 109 | 166 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.35 |
| HSL | 293.68º | 0.24% | 0.54% | - |
| HSV(B) | 293.68º | 0.34% | 0.65% | - |
| XYZ | 26.85 | 21.16 | 38.75 | - |
| YUV | 130.75 | 147.9 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 166 | 0.04 | 0.34 | 0 | 0.35 | 293.68 | 0.24 | 0.54 |
| Hex | A0 | 6D | A6 | 4 | 22 | 0 | 23 | 126 | 18 | 36 |
| Octal | 240 | 155 | 246 | 4 | 42 | 0 | 43 | 446 | 30 | 66 |
| Binary | 10100000 | 1101101 | 10100110 | 100 | 100010 | 0 | 100011 | 100100110 | 11000 | 110110 |
Color Harmonies of #A06DA6
Complementary color
Monochromatic Colors of #A06DA6
Black with #A06DA6
Text Example
Text Example
White with #A06DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06DA6; }
p { color: rgb(160,109,166); }
H1.HeaderClassName
{
color: #A06DA6;
}
.AnyTagClassName
{
color: #A06DA6;
}
</style>
background-color css
<style>
a { background-color: #A06DA6; }
a { background-color: rgb(160,109,166); }
div.DivClassName
{
background-color: #A06DA6;
}
.BgClassName
{
background-color: #A06DA6;
}
</style>
border-color css
<style>
span { border-color: #A06DA6; }
span { border-color: rgb(160,109,166); }
td.TdClassName
{
border-color: #A06DA6;
}
.TagClassName
{
border-color: #A06DA6;
}
</style>