Shades of Violet Blue #A66EA2
Tints of Violet Blue #A66EA2
RGB
CMYK
RGB Variations
Color information
#A66EA2 (or 0xA66EA2) is known color: Violet Blue. HEX triplet: A6, 6E and A2. RGB value is (166,110,162). Sum of RGB (Red+Green+Blue) = 166+110+162=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A66EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66EA2 is #59915D. Grayscale: #848484. Windows color (decimal): -5869918 or 10645158. OLE color: 10645158.
HSL color Cylindrical-coordinate representation of color #A66EA2: hue angle of 304.29º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A66EA2 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 110 | 162 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.35 |
| HSL | 304.29º | 0.24% | 0.54% | - |
| HSV(B) | 304.29º | 0.34% | 0.65% | - |
| XYZ | 27.82 | 21.87 | 36.94 | - |
| YUV | 132.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 110 | 162 | 0 | 0.34 | 0.02 | 0.35 | 304.29 | 0.24 | 0.54 |
| Hex | A6 | 6E | A2 | 0 | 22 | 2 | 23 | 130 | 18 | 36 |
| Octal | 246 | 156 | 242 | 0 | 42 | 2 | 43 | 460 | 30 | 66 |
| Binary | 10100110 | 1101110 | 10100010 | 0 | 100010 | 10 | 100011 | 100110000 | 11000 | 110110 |
Color Harmonies of #A66EA2
Complementary color
Monochromatic Colors of #A66EA2
Black with #A66EA2
Text Example
Text Example
White with #A66EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66EA2; }
p { color: rgb(166,110,162); }
H1.HeaderClassName
{
color: #A66EA2;
}
.AnyTagClassName
{
color: #A66EA2;
}
</style>
background-color css
<style>
a { background-color: #A66EA2; }
a { background-color: rgb(166,110,162); }
div.DivClassName
{
background-color: #A66EA2;
}
.BgClassName
{
background-color: #A66EA2;
}
</style>
border-color css
<style>
span { border-color: #A66EA2; }
span { border-color: rgb(166,110,162); }
td.TdClassName
{
border-color: #A66EA2;
}
.TagClassName
{
border-color: #A66EA2;
}
</style>