Shades of Violet Blue #A64EA0
Tints of Violet Blue #A64EA0
RGB
CMYK
RGB Variations
Color information
#A64EA0 (or 0xA64EA0) is known color: Violet Blue. HEX triplet: A6, 4E and A0. RGB value is (166,78,160). Sum of RGB (Red+Green+Blue) = 166+78+160=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A64EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64EA0 is #59B15F. Grayscale: #717171. Windows color (decimal): -5878112 or 10505894. OLE color: 10505894.
HSL color Cylindrical-coordinate representation of color #A64EA0: hue angle of 304.09º 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 #A64EA0 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 78 | 160 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.35 |
| HSL | 304.09º | 0.36% | 0.48% | - |
| HSV(B) | 304.09º | 0.53% | 0.65% | - |
| XYZ | 24.8 | 16.09 | 35.06 | - |
| YUV | 113.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 160 | 0 | 0.53 | 0.04 | 0.35 | 304.09 | 0.36 | 0.48 |
| Hex | A6 | 4E | A0 | 0 | 35 | 4 | 23 | 130 | 24 | 30 |
| Octal | 246 | 116 | 240 | 0 | 65 | 4 | 43 | 460 | 44 | 60 |
| Binary | 10100110 | 1001110 | 10100000 | 0 | 110101 | 100 | 100011 | 100110000 | 100100 | 110000 |
Color Harmonies of #A64EA0
Complementary color
Monochromatic Colors of #A64EA0
Black with #A64EA0
Text Example
Text Example
White with #A64EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64EA0; }
p { color: rgb(166,78,160); }
H1.HeaderClassName
{
color: #A64EA0;
}
.AnyTagClassName
{
color: #A64EA0;
}
</style>
background-color css
<style>
a { background-color: #A64EA0; }
a { background-color: rgb(166,78,160); }
div.DivClassName
{
background-color: #A64EA0;
}
.BgClassName
{
background-color: #A64EA0;
}
</style>
border-color css
<style>
span { border-color: #A64EA0; }
span { border-color: rgb(166,78,160); }
td.TdClassName
{
border-color: #A64EA0;
}
.TagClassName
{
border-color: #A64EA0;
}
</style>