Shades of Violet Blue #A06AA1
Tints of Violet Blue #A06AA1
RGB
CMYK
RGB Variations
Color information
#A06AA1 (or 0xA06AA1) is known color: Violet Blue. HEX triplet: A0, 6A and A1. RGB value is (160,106,161). Sum of RGB (Red+Green+Blue) = 160+106+161=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 161 - color contains mainly: blue. Hex color #A06AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06AA1 is #5F955E. Grayscale: #808080. Windows color (decimal): -6264159 or 10578592. OLE color: 10578592.
HSL color Cylindrical-coordinate representation of color #A06AA1: hue angle of 298.91º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A06AA1 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 106 | 161 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.37 |
| HSL | 298.91º | 0.23% | 0.52% | - |
| HSV(B) | 298.91º | 0.34% | 0.63% | - |
| XYZ | 26.08 | 20.35 | 36.27 | - |
| YUV | 128.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 161 | 0.01 | 0.34 | 0 | 0.37 | 298.91 | 0.23 | 0.52 |
| Hex | A0 | 6A | A1 | 1 | 22 | 0 | 25 | 12B | 17 | 34 |
| Octal | 240 | 152 | 241 | 1 | 42 | 0 | 45 | 453 | 27 | 64 |
| Binary | 10100000 | 1101010 | 10100001 | 1 | 100010 | 0 | 100101 | 100101011 | 10111 | 110100 |
Color Harmonies of #A06AA1
Complementary color
Monochromatic Colors of #A06AA1
Black with #A06AA1
Text Example
Text Example
White with #A06AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06AA1; }
p { color: rgb(160,106,161); }
H1.HeaderClassName
{
color: #A06AA1;
}
.AnyTagClassName
{
color: #A06AA1;
}
</style>
background-color css
<style>
a { background-color: #A06AA1; }
a { background-color: rgb(160,106,161); }
div.DivClassName
{
background-color: #A06AA1;
}
.BgClassName
{
background-color: #A06AA1;
}
</style>
border-color css
<style>
span { border-color: #A06AA1; }
span { border-color: rgb(160,106,161); }
td.TdClassName
{
border-color: #A06AA1;
}
.TagClassName
{
border-color: #A06AA1;
}
</style>