Shades of Violet Blue #A66BAC
Tints of Violet Blue #A66BAC
RGB
CMYK
RGB Variations
Color information
#A66BAC (or 0xA66BAC) is known color: Violet Blue. HEX triplet: A6, 6B and AC. RGB value is (166,107,172). Sum of RGB (Red+Green+Blue) = 166+107+172=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #A66BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66BAC is #599453. Grayscale: #838383. Windows color (decimal): -5870676 or 11299750. OLE color: 11299750.
HSL color Cylindrical-coordinate representation of color #A66BAC: hue angle of 294.46º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A66BAC is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 107 | 172 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.33 |
| HSL | 294.46º | 0.28% | 0.55% | - |
| HSV(B) | 294.46º | 0.38% | 0.67% | - |
| XYZ | 28.43 | 21.6 | 41.7 | - |
| YUV | 132.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 172 | 0.03 | 0.38 | 0 | 0.33 | 294.46 | 0.28 | 0.55 |
| Hex | A6 | 6B | AC | 3 | 26 | 0 | 21 | 126 | 1C | 37 |
| Octal | 246 | 153 | 254 | 3 | 46 | 0 | 41 | 446 | 34 | 67 |
| Binary | 10100110 | 1101011 | 10101100 | 11 | 100110 | 0 | 100001 | 100100110 | 11100 | 110111 |
Color Harmonies of #A66BAC
Complementary color
Monochromatic Colors of #A66BAC
Black with #A66BAC
Text Example
Text Example
White with #A66BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66BAC; }
p { color: rgb(166,107,172); }
H1.HeaderClassName
{
color: #A66BAC;
}
.AnyTagClassName
{
color: #A66BAC;
}
</style>
background-color css
<style>
a { background-color: #A66BAC; }
a { background-color: rgb(166,107,172); }
div.DivClassName
{
background-color: #A66BAC;
}
.BgClassName
{
background-color: #A66BAC;
}
</style>
border-color css
<style>
span { border-color: #A66BAC; }
span { border-color: rgb(166,107,172); }
td.TdClassName
{
border-color: #A66BAC;
}
.TagClassName
{
border-color: #A66BAC;
}
</style>