Shades of Violet Blue #A66D9E
Tints of Violet Blue #A66D9E
RGB
CMYK
RGB Variations
Color information
#A66D9E (or 0xA66D9E) is known color: Violet Blue. HEX triplet: A6, 6D and 9E. RGB value is (166,109,158). Sum of RGB (Red+Green+Blue) = 166+109+158=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66D9E is #599261. Grayscale: #838383. Windows color (decimal): -5870178 or 10382758. OLE color: 10382758.
HSL color Cylindrical-coordinate representation of color #A66D9E: hue angle of 308.42º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A66D9E is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 109 | 158 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.35 |
| HSL | 308.42º | 0.24% | 0.54% | - |
| HSV(B) | 308.42º | 0.34% | 0.65% | - |
| XYZ | 27.37 | 21.51 | 35.06 | - |
| YUV | 131.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 158 | 0 | 0.34 | 0.05 | 0.35 | 308.42 | 0.24 | 0.54 |
| Hex | A6 | 6D | 9E | 0 | 22 | 5 | 23 | 134 | 18 | 36 |
| Octal | 246 | 155 | 236 | 0 | 42 | 5 | 43 | 464 | 30 | 66 |
| Binary | 10100110 | 1101101 | 10011110 | 0 | 100010 | 101 | 100011 | 100110100 | 11000 | 110110 |
Color Harmonies of #A66D9E
Complementary color
Monochromatic Colors of #A66D9E
Black with #A66D9E
Text Example
Text Example
White with #A66D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66D9E; }
p { color: rgb(166,109,158); }
H1.HeaderClassName
{
color: #A66D9E;
}
.AnyTagClassName
{
color: #A66D9E;
}
</style>
background-color css
<style>
a { background-color: #A66D9E; }
a { background-color: rgb(166,109,158); }
div.DivClassName
{
background-color: #A66D9E;
}
.BgClassName
{
background-color: #A66D9E;
}
</style>
border-color css
<style>
span { border-color: #A66D9E; }
span { border-color: rgb(166,109,158); }
td.TdClassName
{
border-color: #A66D9E;
}
.TagClassName
{
border-color: #A66D9E;
}
</style>