Shades of Violet Blue #A66EA9
Tints of Violet Blue #A66EA9
RGB
CMYK
RGB Variations
Color information
#A66EA9 (or 0xA66EA9) is known color: Violet Blue. HEX triplet: A6, 6E and A9. RGB value is (166,110,169). Sum of RGB (Red+Green+Blue) = 166+110+169=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 169 - color contains mainly: blue. Hex color #A66EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66EA9 is #599156. Grayscale: #858585. Windows color (decimal): -5869911 or 11103910. OLE color: 11103910.
HSL color Cylindrical-coordinate representation of color #A66EA9: hue angle of 296.95º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A66EA9 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 110 | 169 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.34 |
| HSL | 296.95º | 0.26% | 0.55% | - |
| HSV(B) | 296.95º | 0.35% | 0.66% | - |
| XYZ | 28.46 | 22.12 | 40.31 | - |
| YUV | 133.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 110 | 169 | 0.02 | 0.35 | 0 | 0.34 | 296.95 | 0.26 | 0.55 |
| Hex | A6 | 6E | A9 | 2 | 23 | 0 | 22 | 129 | 1A | 37 |
| Octal | 246 | 156 | 251 | 2 | 43 | 0 | 42 | 451 | 32 | 67 |
| Binary | 10100110 | 1101110 | 10101001 | 10 | 100011 | 0 | 100010 | 100101001 | 11010 | 110111 |
Color Harmonies of #A66EA9
Complementary color
Monochromatic Colors of #A66EA9
Black with #A66EA9
Text Example
Text Example
White with #A66EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66EA9; }
p { color: rgb(166,110,169); }
H1.HeaderClassName
{
color: #A66EA9;
}
.AnyTagClassName
{
color: #A66EA9;
}
</style>
background-color css
<style>
a { background-color: #A66EA9; }
a { background-color: rgb(166,110,169); }
div.DivClassName
{
background-color: #A66EA9;
}
.BgClassName
{
background-color: #A66EA9;
}
</style>
border-color css
<style>
span { border-color: #A66EA9; }
span { border-color: rgb(166,110,169); }
td.TdClassName
{
border-color: #A66EA9;
}
.TagClassName
{
border-color: #A66EA9;
}
</style>