Shades of Violet Blue #A64795
Tints of Violet Blue #A64795
RGB
CMYK
RGB Variations
Color information
#A64795 (or 0xA64795) is known color: Violet Blue. HEX triplet: A6, 47 and 95. RGB value is (166,71,149). Sum of RGB (Red+Green+Blue) = 166+71+149=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A64795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64795 is #59B86A. Grayscale: #6C6C6C. Windows color (decimal): -5879915 or 9783206. OLE color: 9783206.
HSL color Cylindrical-coordinate representation of color #A64795: hue angle of 310.74º 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 #A64795 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 149 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.35 |
| HSL | 310.74º | 0.4% | 0.46% | - |
| HSV(B) | 310.74º | 0.57% | 0.65% | - |
| XYZ | 23.4 | 14.78 | 30.05 | - |
| YUV | 108.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 149 | 0 | 0.57 | 0.10 | 0.35 | 310.74 | 0.4 | 0.46 |
| Hex | A6 | 47 | 95 | 0 | 39 | A | 23 | 137 | 28 | 2E |
| Octal | 246 | 107 | 225 | 0 | 71 | 12 | 43 | 467 | 50 | 56 |
| Binary | 10100110 | 1000111 | 10010101 | 0 | 111001 | 1010 | 100011 | 100110111 | 101000 | 101110 |
Color Harmonies of #A64795
Complementary color
Monochromatic Colors of #A64795
Black with #A64795
Text Example
Text Example
White with #A64795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64795; }
p { color: rgb(166,71,149); }
H1.HeaderClassName
{
color: #A64795;
}
.AnyTagClassName
{
color: #A64795;
}
</style>
background-color css
<style>
a { background-color: #A64795; }
a { background-color: rgb(166,71,149); }
div.DivClassName
{
background-color: #A64795;
}
.BgClassName
{
background-color: #A64795;
}
</style>
border-color css
<style>
span { border-color: #A64795; }
span { border-color: rgb(166,71,149); }
td.TdClassName
{
border-color: #A64795;
}
.TagClassName
{
border-color: #A64795;
}
</style>