Shades of Violet Blue #A66DAC
Tints of Violet Blue #A66DAC
RGB
CMYK
RGB Variations
Color information
#A66DAC (or 0xA66DAC) is known color: Violet Blue. HEX triplet: A6, 6D and AC. RGB value is (166,109,172). Sum of RGB (Red+Green+Blue) = 166+109+172=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #A66DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66DAC is #599253. Grayscale: #858585. Windows color (decimal): -5870164 or 11300262. OLE color: 11300262.
HSL color Cylindrical-coordinate representation of color #A66DAC: hue angle of 294.29º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A66DAC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 109 | 172 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.33 |
| HSL | 294.29º | 0.28% | 0.55% | - |
| HSV(B) | 294.29º | 0.37% | 0.67% | - |
| XYZ | 28.64 | 22.02 | 41.77 | - |
| YUV | 133.23 | 149.88 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 172 | 0.03 | 0.37 | 0 | 0.33 | 294.29 | 0.28 | 0.55 |
| Hex | A6 | 6D | AC | 3 | 25 | 0 | 21 | 126 | 1C | 37 |
| Octal | 246 | 155 | 254 | 3 | 45 | 0 | 41 | 446 | 34 | 67 |
| Binary | 10100110 | 1101101 | 10101100 | 11 | 100101 | 0 | 100001 | 100100110 | 11100 | 110111 |
Color Harmonies of #A66DAC
Complementary color
Monochromatic Colors of #A66DAC
Black with #A66DAC
Text Example
Text Example
White with #A66DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66DAC; }
p { color: rgb(166,109,172); }
H1.HeaderClassName
{
color: #A66DAC;
}
.AnyTagClassName
{
color: #A66DAC;
}
</style>
background-color css
<style>
a { background-color: #A66DAC; }
a { background-color: rgb(166,109,172); }
div.DivClassName
{
background-color: #A66DAC;
}
.BgClassName
{
background-color: #A66DAC;
}
</style>
border-color css
<style>
span { border-color: #A66DAC; }
span { border-color: rgb(166,109,172); }
td.TdClassName
{
border-color: #A66DAC;
}
.TagClassName
{
border-color: #A66DAC;
}
</style>