Shades of Violet Blue #A66796
Tints of Violet Blue #A66796
RGB
CMYK
RGB Variations
Color information
#A66796 (or 0xA66796) is known color: Violet Blue. HEX triplet: A6, 67 and 96. RGB value is (166,103,150). Sum of RGB (Red+Green+Blue) = 166+103+150=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A66796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66796 is #599869. Grayscale: #7F7F7F. Windows color (decimal): -5871722 or 9856934. OLE color: 9856934.
HSL color Cylindrical-coordinate representation of color #A66796: hue angle of 315.24º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A66796 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 150 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.35 |
| HSL | 315.24º | 0.26% | 0.53% | - |
| HSV(B) | 315.24º | 0.38% | 0.65% | - |
| XYZ | 26.08 | 20.01 | 31.34 | - |
| YUV | 127.2 | 140.87 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 150 | 0 | 0.38 | 0.10 | 0.35 | 315.24 | 0.26 | 0.53 |
| Hex | A6 | 67 | 96 | 0 | 26 | A | 23 | 13B | 1A | 35 |
| Octal | 246 | 147 | 226 | 0 | 46 | 12 | 43 | 473 | 32 | 65 |
| Binary | 10100110 | 1100111 | 10010110 | 0 | 100110 | 1010 | 100011 | 100111011 | 11010 | 110101 |
Color Harmonies of #A66796
Complementary color
Monochromatic Colors of #A66796
Black with #A66796
Text Example
Text Example
White with #A66796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66796; }
p { color: rgb(166,103,150); }
H1.HeaderClassName
{
color: #A66796;
}
.AnyTagClassName
{
color: #A66796;
}
</style>
background-color css
<style>
a { background-color: #A66796; }
a { background-color: rgb(166,103,150); }
div.DivClassName
{
background-color: #A66796;
}
.BgClassName
{
background-color: #A66796;
}
</style>
border-color css
<style>
span { border-color: #A66796; }
span { border-color: rgb(166,103,150); }
td.TdClassName
{
border-color: #A66796;
}
.TagClassName
{
border-color: #A66796;
}
</style>