Shades of Violet Blue #A66AB2
Tints of Violet Blue #A66AB2
RGB
CMYK
RGB Variations
Color information
#A66AB2 (or 0xA66AB2) is known color: Violet Blue. HEX triplet: A6, 6A and B2. RGB value is (166,106,178). Sum of RGB (Red+Green+Blue) = 166+106+178=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 178 - color contains mainly: blue. Hex color #A66AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66AB2 is #59954D. Grayscale: #838383. Windows color (decimal): -5870926 or 11692710. OLE color: 11692710.
HSL color Cylindrical-coordinate representation of color #A66AB2: hue angle of 290º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A66AB2 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 106 | 178 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.30 |
| HSL | 290º | 0.32% | 0.56% | - |
| HSV(B) | 290º | 0.4% | 0.7% | - |
| XYZ | 28.92 | 21.63 | 44.77 | - |
| YUV | 132.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 106 | 178 | 0.07 | 0.40 | 0 | 0.30 | 290 | 0.32 | 0.56 |
| Hex | A6 | 6A | B2 | 7 | 28 | 0 | 1E | 122 | 20 | 38 |
| Octal | 246 | 152 | 262 | 7 | 50 | 0 | 36 | 442 | 40 | 70 |
| Binary | 10100110 | 1101010 | 10110010 | 111 | 101000 | 0 | 11110 | 100100010 | 100000 | 111000 |
Color Harmonies of #A66AB2
Complementary color
Monochromatic Colors of #A66AB2
Black with #A66AB2
Text Example
Text Example
White with #A66AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66AB2; }
p { color: rgb(166,106,178); }
H1.HeaderClassName
{
color: #A66AB2;
}
.AnyTagClassName
{
color: #A66AB2;
}
</style>
background-color css
<style>
a { background-color: #A66AB2; }
a { background-color: rgb(166,106,178); }
div.DivClassName
{
background-color: #A66AB2;
}
.BgClassName
{
background-color: #A66AB2;
}
</style>
border-color css
<style>
span { border-color: #A66AB2; }
span { border-color: rgb(166,106,178); }
td.TdClassName
{
border-color: #A66AB2;
}
.TagClassName
{
border-color: #A66AB2;
}
</style>