Shades of Violet Blue #A666AA
Tints of Violet Blue #A666AA
RGB
CMYK
RGB Variations
Color information
#A666AA (or 0xA666AA) is known color: Violet Blue. HEX triplet: A6, 66 and AA. RGB value is (166,102,170). Sum of RGB (Red+Green+Blue) = 166+102+170=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #A666AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A666AA is #599955. Grayscale: #808080. Windows color (decimal): -5871958 or 11167398. OLE color: 11167398.
HSL color Cylindrical-coordinate representation of color #A666AA: hue angle of 296.47º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A666AA is Cyan = 0.02, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 102 | 170 | - |
| CMYK | 0.02 | 0.4 | 0 | 0.33 |
| HSL | 296.47º | 0.29% | 0.53% | - |
| HSV(B) | 296.47º | 0.4% | 0.67% | - |
| XYZ | 27.73 | 20.51 | 40.53 | - |
| YUV | 128.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 170 | 0.02 | 0.4 | 0 | 0.33 | 296.47 | 0.29 | 0.53 |
| Hex | A6 | 66 | AA | 2 | 28 | 0 | 21 | 128 | 1D | 35 |
| Octal | 246 | 146 | 252 | 2 | 50 | 0 | 41 | 450 | 35 | 65 |
| Binary | 10100110 | 1100110 | 10101010 | 10 | 101000 | 0 | 100001 | 100101000 | 11101 | 110101 |
Color Harmonies of #A666AA
Complementary color
Monochromatic Colors of #A666AA
Black with #A666AA
Text Example
Text Example
White with #A666AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A666AA; }
p { color: rgb(166,102,170); }
H1.HeaderClassName
{
color: #A666AA;
}
.AnyTagClassName
{
color: #A666AA;
}
</style>
background-color css
<style>
a { background-color: #A666AA; }
a { background-color: rgb(166,102,170); }
div.DivClassName
{
background-color: #A666AA;
}
.BgClassName
{
background-color: #A666AA;
}
</style>
border-color css
<style>
span { border-color: #A666AA; }
span { border-color: rgb(166,102,170); }
td.TdClassName
{
border-color: #A666AA;
}
.TagClassName
{
border-color: #A666AA;
}
</style>