Shades of Violet Blue #A64796
Tints of Violet Blue #A64796
RGB
CMYK
RGB Variations
Color information
#A64796 (or 0xA64796) is known color: Violet Blue. HEX triplet: A6, 47 and 96. RGB value is (166,71,150). Sum of RGB (Red+Green+Blue) = 166+71+150=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A64796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64796 is #59B869. Grayscale: #6C6C6C. Windows color (decimal): -5879914 or 9848742. OLE color: 9848742.
HSL color Cylindrical-coordinate representation of color #A64796: hue angle of 310.11º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64796 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 150 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.35 |
| HSL | 310.11º | 0.4% | 0.46% | - |
| HSV(B) | 310.11º | 0.57% | 0.65% | - |
| XYZ | 23.48 | 14.82 | 30.48 | - |
| YUV | 108.41 | 151.47 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 150 | 0 | 0.57 | 0.10 | 0.35 | 310.11 | 0.4 | 0.46 |
| Hex | A6 | 47 | 96 | 0 | 39 | A | 23 | 136 | 28 | 2E |
| Octal | 246 | 107 | 226 | 0 | 71 | 12 | 43 | 466 | 50 | 56 |
| Binary | 10100110 | 1000111 | 10010110 | 0 | 111001 | 1010 | 100011 | 100110110 | 101000 | 101110 |
Color Harmonies of #A64796
Complementary color
Monochromatic Colors of #A64796
Black with #A64796
Text Example
Text Example
White with #A64796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64796; }
p { color: rgb(166,71,150); }
H1.HeaderClassName
{
color: #A64796;
}
.AnyTagClassName
{
color: #A64796;
}
</style>
background-color css
<style>
a { background-color: #A64796; }
a { background-color: rgb(166,71,150); }
div.DivClassName
{
background-color: #A64796;
}
.BgClassName
{
background-color: #A64796;
}
</style>
border-color css
<style>
span { border-color: #A64796; }
span { border-color: rgb(166,71,150); }
td.TdClassName
{
border-color: #A64796;
}
.TagClassName
{
border-color: #A64796;
}
</style>