Shades of Violet Blue #A66D9C
Tints of Violet Blue #A66D9C
RGB
CMYK
RGB Variations
Color information
#A66D9C (or 0xA66D9C) is known color: Violet Blue. HEX triplet: A6, 6D and 9C. RGB value is (166,109,156). Sum of RGB (Red+Green+Blue) = 166+109+156=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66D9C is #599263. Grayscale: #838383. Windows color (decimal): -5870180 or 10251686. OLE color: 10251686.
HSL color Cylindrical-coordinate representation of color #A66D9C: hue angle of 310.53º 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 #A66D9C is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 109 | 156 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.35 |
| HSL | 310.53º | 0.24% | 0.54% | - |
| HSV(B) | 310.53º | 0.34% | 0.65% | - |
| XYZ | 27.2 | 21.44 | 34.16 | - |
| YUV | 131.4 | 141.88 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 156 | 0 | 0.34 | 0.06 | 0.35 | 310.53 | 0.24 | 0.54 |
| Hex | A6 | 6D | 9C | 0 | 22 | 6 | 23 | 137 | 18 | 36 |
| Octal | 246 | 155 | 234 | 0 | 42 | 6 | 43 | 467 | 30 | 66 |
| Binary | 10100110 | 1101101 | 10011100 | 0 | 100010 | 110 | 100011 | 100110111 | 11000 | 110110 |
Color Harmonies of #A66D9C
Complementary color
Monochromatic Colors of #A66D9C
Black with #A66D9C
Text Example
Text Example
White with #A66D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66D9C; }
p { color: rgb(166,109,156); }
H1.HeaderClassName
{
color: #A66D9C;
}
.AnyTagClassName
{
color: #A66D9C;
}
</style>
background-color css
<style>
a { background-color: #A66D9C; }
a { background-color: rgb(166,109,156); }
div.DivClassName
{
background-color: #A66D9C;
}
.BgClassName
{
background-color: #A66D9C;
}
</style>
border-color css
<style>
span { border-color: #A66D9C; }
span { border-color: rgb(166,109,156); }
td.TdClassName
{
border-color: #A66D9C;
}
.TagClassName
{
border-color: #A66D9C;
}
</style>