Shades of Violet Blue #A66CAC
Tints of Violet Blue #A66CAC
RGB
CMYK
RGB Variations
Color information
#A66CAC (or 0xA66CAC) is known color: Violet Blue. HEX triplet: A6, 6C and AC. RGB value is (166,108,172). Sum of RGB (Red+Green+Blue) = 166+108+172=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #A66CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66CAC is #599353. Grayscale: #848484. Windows color (decimal): -5870420 or 11300006. OLE color: 11300006.
HSL color Cylindrical-coordinate representation of color #A66CAC: hue angle of 294.38º 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 #A66CAC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 108 | 172 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.33 |
| HSL | 294.38º | 0.28% | 0.55% | - |
| HSV(B) | 294.38º | 0.37% | 0.67% | - |
| XYZ | 28.53 | 21.81 | 41.74 | - |
| YUV | 132.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 108 | 172 | 0.03 | 0.37 | 0 | 0.33 | 294.38 | 0.28 | 0.55 |
| Hex | A6 | 6C | AC | 3 | 25 | 0 | 21 | 126 | 1C | 37 |
| Octal | 246 | 154 | 254 | 3 | 45 | 0 | 41 | 446 | 34 | 67 |
| Binary | 10100110 | 1101100 | 10101100 | 11 | 100101 | 0 | 100001 | 100100110 | 11100 | 110111 |
Color Harmonies of #A66CAC
Complementary color
Monochromatic Colors of #A66CAC
Black with #A66CAC
Text Example
Text Example
White with #A66CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66CAC; }
p { color: rgb(166,108,172); }
H1.HeaderClassName
{
color: #A66CAC;
}
.AnyTagClassName
{
color: #A66CAC;
}
</style>
background-color css
<style>
a { background-color: #A66CAC; }
a { background-color: rgb(166,108,172); }
div.DivClassName
{
background-color: #A66CAC;
}
.BgClassName
{
background-color: #A66CAC;
}
</style>
border-color css
<style>
span { border-color: #A66CAC; }
span { border-color: rgb(166,108,172); }
td.TdClassName
{
border-color: #A66CAC;
}
.TagClassName
{
border-color: #A66CAC;
}
</style>