Shades of Violet Blue #A64EA1
Tints of Violet Blue #A64EA1
RGB
CMYK
RGB Variations
Color information
#A64EA1 (or 0xA64EA1) is known color: Violet Blue. HEX triplet: A6, 4E and A1. RGB value is (166,78,161). Sum of RGB (Red+Green+Blue) = 166+78+161=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A64EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64EA1 is #59B15E. Grayscale: #717171. Windows color (decimal): -5878111 or 10571430. OLE color: 10571430.
HSL color Cylindrical-coordinate representation of color #A64EA1: hue angle of 303.41º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A64EA1 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 78 | 161 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.35 |
| HSL | 303.41º | 0.36% | 0.48% | - |
| HSV(B) | 303.41º | 0.53% | 0.65% | - |
| XYZ | 24.88 | 16.13 | 35.52 | - |
| YUV | 113.77 | 154.65 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 161 | 0 | 0.53 | 0.03 | 0.35 | 303.41 | 0.36 | 0.48 |
| Hex | A6 | 4E | A1 | 0 | 35 | 3 | 23 | 12F | 24 | 30 |
| Octal | 246 | 116 | 241 | 0 | 65 | 3 | 43 | 457 | 44 | 60 |
| Binary | 10100110 | 1001110 | 10100001 | 0 | 110101 | 11 | 100011 | 100101111 | 100100 | 110000 |
Color Harmonies of #A64EA1
Complementary color
Monochromatic Colors of #A64EA1
Black with #A64EA1
Text Example
Text Example
White with #A64EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64EA1; }
p { color: rgb(166,78,161); }
H1.HeaderClassName
{
color: #A64EA1;
}
.AnyTagClassName
{
color: #A64EA1;
}
</style>
background-color css
<style>
a { background-color: #A64EA1; }
a { background-color: rgb(166,78,161); }
div.DivClassName
{
background-color: #A64EA1;
}
.BgClassName
{
background-color: #A64EA1;
}
</style>
border-color css
<style>
span { border-color: #A64EA1; }
span { border-color: rgb(166,78,161); }
td.TdClassName
{
border-color: #A64EA1;
}
.TagClassName
{
border-color: #A64EA1;
}
</style>