Shades of Violet Blue #A06DA4
Tints of Violet Blue #A06DA4
RGB
CMYK
RGB Variations
Color information
#A06DA4 (or 0xA06DA4) is known color: Violet Blue. HEX triplet: A0, 6D and A4. RGB value is (160,109,164). Sum of RGB (Red+Green+Blue) = 160+109+164=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 164 - color contains mainly: blue. Hex color #A06DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06DA4 is #5F925B. Grayscale: #828282. Windows color (decimal): -6263388 or 10775968. OLE color: 10775968.
HSL color Cylindrical-coordinate representation of color #A06DA4: hue angle of 295.64º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A06DA4 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 109 | 164 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.36 |
| HSL | 295.64º | 0.23% | 0.54% | - |
| HSV(B) | 295.64º | 0.34% | 0.64% | - |
| XYZ | 26.67 | 21.09 | 37.79 | - |
| YUV | 130.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 164 | 0.02 | 0.34 | 0 | 0.36 | 295.64 | 0.23 | 0.54 |
| Hex | A0 | 6D | A4 | 2 | 22 | 0 | 24 | 128 | 17 | 36 |
| Octal | 240 | 155 | 244 | 2 | 42 | 0 | 44 | 450 | 27 | 66 |
| Binary | 10100000 | 1101101 | 10100100 | 10 | 100010 | 0 | 100100 | 100101000 | 10111 | 110110 |
Color Harmonies of #A06DA4
Complementary color
Monochromatic Colors of #A06DA4
Black with #A06DA4
Text Example
Text Example
White with #A06DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06DA4; }
p { color: rgb(160,109,164); }
H1.HeaderClassName
{
color: #A06DA4;
}
.AnyTagClassName
{
color: #A06DA4;
}
</style>
background-color css
<style>
a { background-color: #A06DA4; }
a { background-color: rgb(160,109,164); }
div.DivClassName
{
background-color: #A06DA4;
}
.BgClassName
{
background-color: #A06DA4;
}
</style>
border-color css
<style>
span { border-color: #A06DA4; }
span { border-color: rgb(160,109,164); }
td.TdClassName
{
border-color: #A06DA4;
}
.TagClassName
{
border-color: #A06DA4;
}
</style>