Shades of Violet Blue #A66BB3
Tints of Violet Blue #A66BB3
RGB
CMYK
RGB Variations
Color information
#A66BB3 (or 0xA66BB3) is known color: Violet Blue. HEX triplet: A6, 6B and B3. RGB value is (166,107,179). Sum of RGB (Red+Green+Blue) = 166+107+179=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 179 - color contains mainly: blue. Hex color #A66BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BB3 is #59944C. Grayscale: #848484. Windows color (decimal): -5870669 or 11758502. OLE color: 11758502.
HSL color Cylindrical-coordinate representation of color #A66BB3: hue angle of 289.17º 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 #A66BB3 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 107 | 179 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.30 |
| HSL | 289.17º | 0.32% | 0.56% | - |
| HSV(B) | 289.17º | 0.4% | 0.7% | - |
| XYZ | 29.12 | 21.88 | 45.34 | - |
| YUV | 132.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 179 | 0.07 | 0.40 | 0 | 0.30 | 289.17 | 0.32 | 0.56 |
| Hex | A6 | 6B | B3 | 7 | 28 | 0 | 1E | 121 | 20 | 38 |
| Octal | 246 | 153 | 263 | 7 | 50 | 0 | 36 | 441 | 40 | 70 |
| Binary | 10100110 | 1101011 | 10110011 | 111 | 101000 | 0 | 11110 | 100100001 | 100000 | 111000 |
Color Harmonies of #A66BB3
Complementary color
Monochromatic Colors of #A66BB3
Black with #A66BB3
Text Example
Text Example
White with #A66BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66BB3; }
p { color: rgb(166,107,179); }
H1.HeaderClassName
{
color: #A66BB3;
}
.AnyTagClassName
{
color: #A66BB3;
}
</style>
background-color css
<style>
a { background-color: #A66BB3; }
a { background-color: rgb(166,107,179); }
div.DivClassName
{
background-color: #A66BB3;
}
.BgClassName
{
background-color: #A66BB3;
}
</style>
border-color css
<style>
span { border-color: #A66BB3; }
span { border-color: rgb(166,107,179); }
td.TdClassName
{
border-color: #A66BB3;
}
.TagClassName
{
border-color: #A66BB3;
}
</style>