Shades of Violet Blue #A06BA1
Tints of Violet Blue #A06BA1
RGB
CMYK
RGB Variations
Color information
#A06BA1 (or 0xA06BA1) is known color: Violet Blue. HEX triplet: A0, 6B and A1. RGB value is (160,107,161). Sum of RGB (Red+Green+Blue) = 160+107+161=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 161 - color contains mainly: blue. Hex color #A06BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06BA1 is #5F945E. Grayscale: #808080. Windows color (decimal): -6263903 or 10578848. OLE color: 10578848.
HSL color Cylindrical-coordinate representation of color #A06BA1: hue angle of 298.89º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A06BA1 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 107 | 161 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.37 |
| HSL | 298.89º | 0.22% | 0.53% | - |
| HSV(B) | 298.89º | 0.34% | 0.63% | - |
| XYZ | 26.19 | 20.56 | 36.31 | - |
| YUV | 129 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 161 | 0.01 | 0.34 | 0 | 0.37 | 298.89 | 0.22 | 0.53 |
| Hex | A0 | 6B | A1 | 1 | 22 | 0 | 25 | 12B | 16 | 35 |
| Octal | 240 | 153 | 241 | 1 | 42 | 0 | 45 | 453 | 26 | 65 |
| Binary | 10100000 | 1101011 | 10100001 | 1 | 100010 | 0 | 100101 | 100101011 | 10110 | 110101 |
Color Harmonies of #A06BA1
Complementary color
Monochromatic Colors of #A06BA1
Black with #A06BA1
Text Example
Text Example
White with #A06BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06BA1; }
p { color: rgb(160,107,161); }
H1.HeaderClassName
{
color: #A06BA1;
}
.AnyTagClassName
{
color: #A06BA1;
}
</style>
background-color css
<style>
a { background-color: #A06BA1; }
a { background-color: rgb(160,107,161); }
div.DivClassName
{
background-color: #A06BA1;
}
.BgClassName
{
background-color: #A06BA1;
}
</style>
border-color css
<style>
span { border-color: #A06BA1; }
span { border-color: rgb(160,107,161); }
td.TdClassName
{
border-color: #A06BA1;
}
.TagClassName
{
border-color: #A06BA1;
}
</style>