Shades of Violet Blue #A66BAB
Tints of Violet Blue #A66BAB
RGB
CMYK
RGB Variations
Color information
#A66BAB (or 0xA66BAB) is known color: Violet Blue. HEX triplet: A6, 6B and AB. RGB value is (166,107,171). Sum of RGB (Red+Green+Blue) = 166+107+171=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #A66BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66BAB is #599454. Grayscale: #838383. Windows color (decimal): -5870677 or 11234214. OLE color: 11234214.
HSL color Cylindrical-coordinate representation of color #A66BAB: hue angle of 295.31º 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 #A66BAB is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 107 | 171 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.33 |
| HSL | 295.31º | 0.28% | 0.55% | - |
| HSV(B) | 295.31º | 0.37% | 0.67% | - |
| XYZ | 28.33 | 21.56 | 41.2 | - |
| YUV | 131.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 171 | 0.03 | 0.37 | 0 | 0.33 | 295.31 | 0.28 | 0.55 |
| Hex | A6 | 6B | AB | 3 | 25 | 0 | 21 | 127 | 1C | 37 |
| Octal | 246 | 153 | 253 | 3 | 45 | 0 | 41 | 447 | 34 | 67 |
| Binary | 10100110 | 1101011 | 10101011 | 11 | 100101 | 0 | 100001 | 100100111 | 11100 | 110111 |
Color Harmonies of #A66BAB
Complementary color
Monochromatic Colors of #A66BAB
Black with #A66BAB
Text Example
Text Example
White with #A66BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66BAB; }
p { color: rgb(166,107,171); }
H1.HeaderClassName
{
color: #A66BAB;
}
.AnyTagClassName
{
color: #A66BAB;
}
</style>
background-color css
<style>
a { background-color: #A66BAB; }
a { background-color: rgb(166,107,171); }
div.DivClassName
{
background-color: #A66BAB;
}
.BgClassName
{
background-color: #A66BAB;
}
</style>
border-color css
<style>
span { border-color: #A66BAB; }
span { border-color: rgb(166,107,171); }
td.TdClassName
{
border-color: #A66BAB;
}
.TagClassName
{
border-color: #A66BAB;
}
</style>