Shades of Violet Blue #A66DAE
Tints of Violet Blue #A66DAE
RGB
CMYK
RGB Variations
Color information
#A66DAE (or 0xA66DAE) is known color: Violet Blue. HEX triplet: A6, 6D and AE. RGB value is (166,109,174). Sum of RGB (Red+Green+Blue) = 166+109+174=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #A66DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66DAE is #599251. Grayscale: #858585. Windows color (decimal): -5870162 or 11431334. OLE color: 11431334.
HSL color Cylindrical-coordinate representation of color #A66DAE: hue angle of 292.62º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A66DAE is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 109 | 174 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.32 |
| HSL | 292.62º | 0.29% | 0.55% | - |
| HSV(B) | 292.62º | 0.37% | 0.68% | - |
| XYZ | 28.83 | 22.1 | 42.79 | - |
| YUV | 133.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 174 | 0.05 | 0.37 | 0 | 0.32 | 292.62 | 0.29 | 0.55 |
| Hex | A6 | 6D | AE | 5 | 25 | 0 | 20 | 125 | 1D | 37 |
| Octal | 246 | 155 | 256 | 5 | 45 | 0 | 40 | 445 | 35 | 67 |
| Binary | 10100110 | 1101101 | 10101110 | 101 | 100101 | 0 | 100000 | 100100101 | 11101 | 110111 |
Color Harmonies of #A66DAE
Complementary color
Monochromatic Colors of #A66DAE
Black with #A66DAE
Text Example
Text Example
White with #A66DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66DAE; }
p { color: rgb(166,109,174); }
H1.HeaderClassName
{
color: #A66DAE;
}
.AnyTagClassName
{
color: #A66DAE;
}
</style>
background-color css
<style>
a { background-color: #A66DAE; }
a { background-color: rgb(166,109,174); }
div.DivClassName
{
background-color: #A66DAE;
}
.BgClassName
{
background-color: #A66DAE;
}
</style>
border-color css
<style>
span { border-color: #A66DAE; }
span { border-color: rgb(166,109,174); }
td.TdClassName
{
border-color: #A66DAE;
}
.TagClassName
{
border-color: #A66DAE;
}
</style>