Shades of Violet Blue #A06AA2
Tints of Violet Blue #A06AA2
RGB
CMYK
RGB Variations
Color information
#A06AA2 (or 0xA06AA2) is known color: Violet Blue. HEX triplet: A0, 6A and A2. RGB value is (160,106,162). Sum of RGB (Red+Green+Blue) = 160+106+162=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 162 - color contains mainly: blue. Hex color #A06AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06AA2 is #5F955D. Grayscale: #808080. Windows color (decimal): -6264158 or 10644128. OLE color: 10644128.
HSL color Cylindrical-coordinate representation of color #A06AA2: hue angle of 297.86º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A06AA2 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 106 | 162 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.36 |
| HSL | 297.86º | 0.23% | 0.53% | - |
| HSV(B) | 297.86º | 0.35% | 0.64% | - |
| XYZ | 26.17 | 20.39 | 36.74 | - |
| YUV | 128.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 162 | 0.01 | 0.35 | 0 | 0.36 | 297.86 | 0.23 | 0.53 |
| Hex | A0 | 6A | A2 | 1 | 23 | 0 | 24 | 12A | 17 | 35 |
| Octal | 240 | 152 | 242 | 1 | 43 | 0 | 44 | 452 | 27 | 65 |
| Binary | 10100000 | 1101010 | 10100010 | 1 | 100011 | 0 | 100100 | 100101010 | 10111 | 110101 |
Color Harmonies of #A06AA2
Complementary color
Monochromatic Colors of #A06AA2
Black with #A06AA2
Text Example
Text Example
White with #A06AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06AA2; }
p { color: rgb(160,106,162); }
H1.HeaderClassName
{
color: #A06AA2;
}
.AnyTagClassName
{
color: #A06AA2;
}
</style>
background-color css
<style>
a { background-color: #A06AA2; }
a { background-color: rgb(160,106,162); }
div.DivClassName
{
background-color: #A06AA2;
}
.BgClassName
{
background-color: #A06AA2;
}
</style>
border-color css
<style>
span { border-color: #A06AA2; }
span { border-color: rgb(160,106,162); }
td.TdClassName
{
border-color: #A06AA2;
}
.TagClassName
{
border-color: #A06AA2;
}
</style>