Shades of Violet Blue #A64699
Tints of Violet Blue #A64699
RGB
CMYK
RGB Variations
Color information
#A64699 (or 0xA64699) is known color: Violet Blue. HEX triplet: A6, 46 and 99. RGB value is (166,70,153). Sum of RGB (Red+Green+Blue) = 166+70+153=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A64699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64699 is #59B966. Grayscale: #6B6B6B. Windows color (decimal): -5880167 or 10045094. OLE color: 10045094.
HSL color Cylindrical-coordinate representation of color #A64699: hue angle of 308.12º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64699 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 153 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.35 |
| HSL | 308.13º | 0.41% | 0.46% | - |
| HSV(B) | 308.13º | 0.58% | 0.65% | - |
| XYZ | 23.67 | 14.79 | 31.74 | - |
| YUV | 108.17 | 153.3 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 153 | 0 | 0.58 | 0.08 | 0.35 | 308.13 | 0.41 | 0.46 |
| Hex | A6 | 46 | 99 | 0 | 3A | 8 | 23 | 134 | 29 | 2E |
| Octal | 246 | 106 | 231 | 0 | 72 | 10 | 43 | 464 | 51 | 56 |
| Binary | 10100110 | 1000110 | 10011001 | 0 | 111010 | 1000 | 100011 | 100110100 | 101001 | 101110 |
Color Harmonies of #A64699
Complementary color
Monochromatic Colors of #A64699
Black with #A64699
Text Example
Text Example
White with #A64699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64699; }
p { color: rgb(166,70,153); }
H1.HeaderClassName
{
color: #A64699;
}
.AnyTagClassName
{
color: #A64699;
}
</style>
background-color css
<style>
a { background-color: #A64699; }
a { background-color: rgb(166,70,153); }
div.DivClassName
{
background-color: #A64699;
}
.BgClassName
{
background-color: #A64699;
}
</style>
border-color css
<style>
span { border-color: #A64699; }
span { border-color: rgb(166,70,153); }
td.TdClassName
{
border-color: #A64699;
}
.TagClassName
{
border-color: #A64699;
}
</style>