Shades of Violet Blue #A666A2
Tints of Violet Blue #A666A2
RGB
CMYK
RGB Variations
Color information
#A666A2 (or 0xA666A2) is known color: Violet Blue. HEX triplet: A6, 66 and A2. RGB value is (166,102,162). Sum of RGB (Red+Green+Blue) = 166+102+162=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A666A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A666A2 is #59995D. Grayscale: #7F7F7F. Windows color (decimal): -5871966 or 10643110. OLE color: 10643110.
HSL color Cylindrical-coordinate representation of color #A666A2: hue angle of 303.75º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A666A2 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 162 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.35 |
| HSL | 303.75º | 0.26% | 0.53% | - |
| HSV(B) | 303.75º | 0.39% | 0.65% | - |
| XYZ | 27 | 20.22 | 36.66 | - |
| YUV | 127.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 162 | 0 | 0.39 | 0.02 | 0.35 | 303.75 | 0.26 | 0.53 |
| Hex | A6 | 66 | A2 | 0 | 27 | 2 | 23 | 130 | 1A | 35 |
| Octal | 246 | 146 | 242 | 0 | 47 | 2 | 43 | 460 | 32 | 65 |
| Binary | 10100110 | 1100110 | 10100010 | 0 | 100111 | 10 | 100011 | 100110000 | 11010 | 110101 |
Color Harmonies of #A666A2
Complementary color
Monochromatic Colors of #A666A2
Black with #A666A2
Text Example
Text Example
White with #A666A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A666A2; }
p { color: rgb(166,102,162); }
H1.HeaderClassName
{
color: #A666A2;
}
.AnyTagClassName
{
color: #A666A2;
}
</style>
background-color css
<style>
a { background-color: #A666A2; }
a { background-color: rgb(166,102,162); }
div.DivClassName
{
background-color: #A666A2;
}
.BgClassName
{
background-color: #A666A2;
}
</style>
border-color css
<style>
span { border-color: #A666A2; }
span { border-color: rgb(166,102,162); }
td.TdClassName
{
border-color: #A666A2;
}
.TagClassName
{
border-color: #A666A2;
}
</style>