Shades of Violet Blue #A6569A
Tints of Violet Blue #A6569A
RGB
CMYK
RGB Variations
Color information
#A6569A (or 0xA6569A) is known color: Violet Blue. HEX triplet: A6, 56 and 9A. RGB value is (166,86,154). Sum of RGB (Red+Green+Blue) = 166+86+154=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A6569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6569A is #59A965. Grayscale: #757575. Windows color (decimal): -5876070 or 10114726. OLE color: 10114726.
HSL color Cylindrical-coordinate representation of color #A6569A: hue angle of 309º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6569A is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 154 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.35 |
| HSL | 309º | 0.32% | 0.49% | - |
| HSV(B) | 309º | 0.48% | 0.65% | - |
| XYZ | 24.89 | 17.1 | 32.56 | - |
| YUV | 117.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 154 | 0 | 0.48 | 0.07 | 0.35 | 309 | 0.32 | 0.49 |
| Hex | A6 | 56 | 9A | 0 | 30 | 7 | 23 | 135 | 20 | 31 |
| Octal | 246 | 126 | 232 | 0 | 60 | 7 | 43 | 465 | 40 | 61 |
| Binary | 10100110 | 1010110 | 10011010 | 0 | 110000 | 111 | 100011 | 100110101 | 100000 | 110001 |
Color Harmonies of #A6569A
Complementary color
Monochromatic Colors of #A6569A
Black with #A6569A
Text Example
Text Example
White with #A6569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6569A; }
p { color: rgb(166,86,154); }
H1.HeaderClassName
{
color: #A6569A;
}
.AnyTagClassName
{
color: #A6569A;
}
</style>
background-color css
<style>
a { background-color: #A6569A; }
a { background-color: rgb(166,86,154); }
div.DivClassName
{
background-color: #A6569A;
}
.BgClassName
{
background-color: #A6569A;
}
</style>
border-color css
<style>
span { border-color: #A6569A; }
span { border-color: rgb(166,86,154); }
td.TdClassName
{
border-color: #A6569A;
}
.TagClassName
{
border-color: #A6569A;
}
</style>