Shades of Violet Blue #A666AC
Tints of Violet Blue #A666AC
RGB
CMYK
RGB Variations
Color information
#A666AC (or 0xA666AC) is known color: Violet Blue. HEX triplet: A6, 66 and AC. RGB value is (166,102,172). Sum of RGB (Red+Green+Blue) = 166+102+172=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #A666AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A666AC is #599953. Grayscale: #808080. Windows color (decimal): -5871956 or 11298470. OLE color: 11298470.
HSL color Cylindrical-coordinate representation of color #A666AC: hue angle of 294.86º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A666AC is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 102 | 172 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.33 |
| HSL | 294.86º | 0.3% | 0.54% | - |
| HSV(B) | 294.86º | 0.41% | 0.67% | - |
| XYZ | 27.92 | 20.59 | 41.53 | - |
| YUV | 129.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 172 | 0.03 | 0.41 | 0 | 0.33 | 294.86 | 0.3 | 0.54 |
| Hex | A6 | 66 | AC | 3 | 29 | 0 | 21 | 127 | 1E | 36 |
| Octal | 246 | 146 | 254 | 3 | 51 | 0 | 41 | 447 | 36 | 66 |
| Binary | 10100110 | 1100110 | 10101100 | 11 | 101001 | 0 | 100001 | 100100111 | 11110 | 110110 |
Color Harmonies of #A666AC
Complementary color
Monochromatic Colors of #A666AC
Black with #A666AC
Text Example
Text Example
White with #A666AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A666AC; }
p { color: rgb(166,102,172); }
H1.HeaderClassName
{
color: #A666AC;
}
.AnyTagClassName
{
color: #A666AC;
}
</style>
background-color css
<style>
a { background-color: #A666AC; }
a { background-color: rgb(166,102,172); }
div.DivClassName
{
background-color: #A666AC;
}
.BgClassName
{
background-color: #A666AC;
}
</style>
border-color css
<style>
span { border-color: #A666AC; }
span { border-color: rgb(166,102,172); }
td.TdClassName
{
border-color: #A666AC;
}
.TagClassName
{
border-color: #A666AC;
}
</style>