Shades of Violet Blue #A06DA2
Tints of Violet Blue #A06DA2
RGB
CMYK
RGB Variations
Color information
#A06DA2 (or 0xA06DA2) is known color: Violet Blue. HEX triplet: A0, 6D and A2. RGB value is (160,109,162). Sum of RGB (Red+Green+Blue) = 160+109+162=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 162 - color contains mainly: blue. Hex color #A06DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06DA2 is #5F925D. Grayscale: #828282. Windows color (decimal): -6263390 or 10644896. OLE color: 10644896.
HSL color Cylindrical-coordinate representation of color #A06DA2: hue angle of 297.74º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A06DA2 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 109 | 162 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.36 |
| HSL | 297.74º | 0.22% | 0.53% | - |
| HSV(B) | 297.74º | 0.33% | 0.64% | - |
| XYZ | 26.49 | 21.02 | 36.84 | - |
| YUV | 130.29 | 145.9 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 162 | 0.01 | 0.33 | 0 | 0.36 | 297.74 | 0.22 | 0.53 |
| Hex | A0 | 6D | A2 | 1 | 21 | 0 | 24 | 12A | 16 | 35 |
| Octal | 240 | 155 | 242 | 1 | 41 | 0 | 44 | 452 | 26 | 65 |
| Binary | 10100000 | 1101101 | 10100010 | 1 | 100001 | 0 | 100100 | 100101010 | 10110 | 110101 |
Color Harmonies of #A06DA2
Complementary color
Monochromatic Colors of #A06DA2
Black with #A06DA2
Text Example
Text Example
White with #A06DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06DA2; }
p { color: rgb(160,109,162); }
H1.HeaderClassName
{
color: #A06DA2;
}
.AnyTagClassName
{
color: #A06DA2;
}
</style>
background-color css
<style>
a { background-color: #A06DA2; }
a { background-color: rgb(160,109,162); }
div.DivClassName
{
background-color: #A06DA2;
}
.BgClassName
{
background-color: #A06DA2;
}
</style>
border-color css
<style>
span { border-color: #A06DA2; }
span { border-color: rgb(160,109,162); }
td.TdClassName
{
border-color: #A06DA2;
}
.TagClassName
{
border-color: #A06DA2;
}
</style>