Shades of Violet Blue #A64DA1
Tints of Violet Blue #A64DA1
RGB
CMYK
RGB Variations
Color information
#A64DA1 (or 0xA64DA1) is known color: Violet Blue. HEX triplet: A6, 4D and A1. RGB value is (166,77,161). Sum of RGB (Red+Green+Blue) = 166+77+161=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A64DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64DA1 is #59B25E. Grayscale: #707070. Windows color (decimal): -5878367 or 10571174. OLE color: 10571174.
HSL color Cylindrical-coordinate representation of color #A64DA1: hue angle of 303.37º 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 #A64DA1 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 77 | 161 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.35 |
| HSL | 303.37º | 0.37% | 0.48% | - |
| HSV(B) | 303.37º | 0.54% | 0.65% | - |
| XYZ | 24.81 | 15.99 | 35.5 | - |
| YUV | 113.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 161 | 0 | 0.54 | 0.03 | 0.35 | 303.37 | 0.37 | 0.48 |
| Hex | A6 | 4D | A1 | 0 | 36 | 3 | 23 | 12F | 25 | 30 |
| Octal | 246 | 115 | 241 | 0 | 66 | 3 | 43 | 457 | 45 | 60 |
| Binary | 10100110 | 1001101 | 10100001 | 0 | 110110 | 11 | 100011 | 100101111 | 100101 | 110000 |
Color Harmonies of #A64DA1
Complementary color
Monochromatic Colors of #A64DA1
Black with #A64DA1
Text Example
Text Example
White with #A64DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64DA1; }
p { color: rgb(166,77,161); }
H1.HeaderClassName
{
color: #A64DA1;
}
.AnyTagClassName
{
color: #A64DA1;
}
</style>
background-color css
<style>
a { background-color: #A64DA1; }
a { background-color: rgb(166,77,161); }
div.DivClassName
{
background-color: #A64DA1;
}
.BgClassName
{
background-color: #A64DA1;
}
</style>
border-color css
<style>
span { border-color: #A64DA1; }
span { border-color: rgb(166,77,161); }
td.TdClassName
{
border-color: #A64DA1;
}
.TagClassName
{
border-color: #A64DA1;
}
</style>