Shades of Violet Blue #A66896
Tints of Violet Blue #A66896
RGB
CMYK
RGB Variations
Color information
#A66896 (or 0xA66896) is known color: Violet Blue. HEX triplet: A6, 68 and 96. RGB value is (166,104,150). Sum of RGB (Red+Green+Blue) = 166+104+150=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A66896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66896 is #599769. Grayscale: #7F7F7F. Windows color (decimal): -5871466 or 9857190. OLE color: 9857190.
HSL color Cylindrical-coordinate representation of color #A66896: hue angle of 315.48º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A66896 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 150 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.35 |
| HSL | 315.48º | 0.26% | 0.53% | - |
| HSV(B) | 315.48º | 0.37% | 0.65% | - |
| XYZ | 26.18 | 20.21 | 31.38 | - |
| YUV | 127.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 150 | 0 | 0.37 | 0.10 | 0.35 | 315.48 | 0.26 | 0.53 |
| Hex | A6 | 68 | 96 | 0 | 25 | A | 23 | 13B | 1A | 35 |
| Octal | 246 | 150 | 226 | 0 | 45 | 12 | 43 | 473 | 32 | 65 |
| Binary | 10100110 | 1101000 | 10010110 | 0 | 100101 | 1010 | 100011 | 100111011 | 11010 | 110101 |
Color Harmonies of #A66896
Complementary color
Monochromatic Colors of #A66896
Black with #A66896
Text Example
Text Example
White with #A66896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66896; }
p { color: rgb(166,104,150); }
H1.HeaderClassName
{
color: #A66896;
}
.AnyTagClassName
{
color: #A66896;
}
</style>
background-color css
<style>
a { background-color: #A66896; }
a { background-color: rgb(166,104,150); }
div.DivClassName
{
background-color: #A66896;
}
.BgClassName
{
background-color: #A66896;
}
</style>
border-color css
<style>
span { border-color: #A66896; }
span { border-color: rgb(166,104,150); }
td.TdClassName
{
border-color: #A66896;
}
.TagClassName
{
border-color: #A66896;
}
</style>