Shades of Violet Blue #A64DA0
Tints of Violet Blue #A64DA0
RGB
CMYK
RGB Variations
Color information
#A64DA0 (or 0xA64DA0) is known color: Violet Blue. HEX triplet: A6, 4D and A0. RGB value is (166,77,160). Sum of RGB (Red+Green+Blue) = 166+77+160=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A64DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64DA0 is #59B25F. Grayscale: #707070. Windows color (decimal): -5878368 or 10505638. OLE color: 10505638.
HSL color Cylindrical-coordinate representation of color #A64DA0: hue angle of 304.04º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64DA0 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 77 | 160 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.35 |
| HSL | 304.05º | 0.37% | 0.48% | - |
| HSV(B) | 304.05º | 0.54% | 0.65% | - |
| XYZ | 24.72 | 15.95 | 35.03 | - |
| YUV | 113.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 160 | 0 | 0.54 | 0.04 | 0.35 | 304.05 | 0.37 | 0.48 |
| Hex | A6 | 4D | A0 | 0 | 36 | 4 | 23 | 130 | 25 | 30 |
| Octal | 246 | 115 | 240 | 0 | 66 | 4 | 43 | 460 | 45 | 60 |
| Binary | 10100110 | 1001101 | 10100000 | 0 | 110110 | 100 | 100011 | 100110000 | 100101 | 110000 |
Color Harmonies of #A64DA0
Complementary color
Monochromatic Colors of #A64DA0
Black with #A64DA0
Text Example
Text Example
White with #A64DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64DA0; }
p { color: rgb(166,77,160); }
H1.HeaderClassName
{
color: #A64DA0;
}
.AnyTagClassName
{
color: #A64DA0;
}
</style>
background-color css
<style>
a { background-color: #A64DA0; }
a { background-color: rgb(166,77,160); }
div.DivClassName
{
background-color: #A64DA0;
}
.BgClassName
{
background-color: #A64DA0;
}
</style>
border-color css
<style>
span { border-color: #A64DA0; }
span { border-color: rgb(166,77,160); }
td.TdClassName
{
border-color: #A64DA0;
}
.TagClassName
{
border-color: #A64DA0;
}
</style>