Shades of Violet Blue #A666B2
Tints of Violet Blue #A666B2
RGB
CMYK
RGB Variations
Color information
#A666B2 (or 0xA666B2) is known color: Violet Blue. HEX triplet: A6, 66 and B2. RGB value is (166,102,178). Sum of RGB (Red+Green+Blue) = 166+102+178=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 178 - color contains mainly: blue. Hex color #A666B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A666B2 is #59994D. Grayscale: #818181. Windows color (decimal): -5871950 or 11691686. OLE color: 11691686.
HSL color Cylindrical-coordinate representation of color #A666B2: hue angle of 290.53º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A666B2 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 102 | 178 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.30 |
| HSL | 290.53º | 0.33% | 0.55% | - |
| HSV(B) | 290.53º | 0.43% | 0.7% | - |
| XYZ | 28.51 | 20.82 | 44.64 | - |
| YUV | 129.8 | 155.2 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 178 | 0.07 | 0.43 | 0 | 0.30 | 290.53 | 0.33 | 0.55 |
| Hex | A6 | 66 | B2 | 7 | 2B | 0 | 1E | 123 | 21 | 37 |
| Octal | 246 | 146 | 262 | 7 | 53 | 0 | 36 | 443 | 41 | 67 |
| Binary | 10100110 | 1100110 | 10110010 | 111 | 101011 | 0 | 11110 | 100100011 | 100001 | 110111 |
Color Harmonies of #A666B2
Complementary color
Monochromatic Colors of #A666B2
Black with #A666B2
Text Example
Text Example
White with #A666B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A666B2; }
p { color: rgb(166,102,178); }
H1.HeaderClassName
{
color: #A666B2;
}
.AnyTagClassName
{
color: #A666B2;
}
</style>
background-color css
<style>
a { background-color: #A666B2; }
a { background-color: rgb(166,102,178); }
div.DivClassName
{
background-color: #A666B2;
}
.BgClassName
{
background-color: #A666B2;
}
</style>
border-color css
<style>
span { border-color: #A666B2; }
span { border-color: rgb(166,102,178); }
td.TdClassName
{
border-color: #A666B2;
}
.TagClassName
{
border-color: #A666B2;
}
</style>