Shades of Violet Blue #A656AF
Tints of Violet Blue #A656AF
RGB
CMYK
RGB Variations
Color information
#A656AF (or 0xA656AF) is known color: Violet Blue. HEX triplet: A6, 56 and AF. RGB value is (166,86,175). Sum of RGB (Red+Green+Blue) = 166+86+175=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #A656AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A656AF is #59A950. Grayscale: #777777. Windows color (decimal): -5876049 or 11490982. OLE color: 11490982.
HSL color Cylindrical-coordinate representation of color #A656AF: hue angle of 293.93º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A656AF is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 86 | 175 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.31 |
| HSL | 293.93º | 0.36% | 0.51% | - |
| HSV(B) | 293.93º | 0.51% | 0.69% | - |
| XYZ | 26.79 | 17.86 | 42.59 | - |
| YUV | 120.07 | 159 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 175 | 0.05 | 0.51 | 0 | 0.31 | 293.93 | 0.36 | 0.51 |
| Hex | A6 | 56 | AF | 5 | 33 | 0 | 1F | 126 | 24 | 33 |
| Octal | 246 | 126 | 257 | 5 | 63 | 0 | 37 | 446 | 44 | 63 |
| Binary | 10100110 | 1010110 | 10101111 | 101 | 110011 | 0 | 11111 | 100100110 | 100100 | 110011 |
Color Harmonies of #A656AF
Complementary color
Monochromatic Colors of #A656AF
Black with #A656AF
Text Example
Text Example
White with #A656AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A656AF; }
p { color: rgb(166,86,175); }
H1.HeaderClassName
{
color: #A656AF;
}
.AnyTagClassName
{
color: #A656AF;
}
</style>
background-color css
<style>
a { background-color: #A656AF; }
a { background-color: rgb(166,86,175); }
div.DivClassName
{
background-color: #A656AF;
}
.BgClassName
{
background-color: #A656AF;
}
</style>
border-color css
<style>
span { border-color: #A656AF; }
span { border-color: rgb(166,86,175); }
td.TdClassName
{
border-color: #A656AF;
}
.TagClassName
{
border-color: #A656AF;
}
</style>