Shades of Violet Blue #A64EA7
Tints of Violet Blue #A64EA7
RGB
CMYK
RGB Variations
Color information
#A64EA7 (or 0xA64EA7) is known color: Violet Blue. HEX triplet: A6, 4E and A7. RGB value is (166,78,167). Sum of RGB (Red+Green+Blue) = 166+78+167=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 167 - color contains mainly: blue. Hex color #A64EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64EA7 is #59B158. Grayscale: #727272. Windows color (decimal): -5878105 or 10964646. OLE color: 10964646.
HSL color Cylindrical-coordinate representation of color #A64EA7: hue angle of 299.33º 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 #A64EA7 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 78 | 167 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.35 |
| HSL | 299.33º | 0.36% | 0.48% | - |
| HSV(B) | 299.33º | 0.53% | 0.65% | - |
| XYZ | 25.43 | 16.35 | 38.37 | - |
| YUV | 114.46 | 157.65 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 167 | 0.01 | 0.53 | 0 | 0.35 | 299.33 | 0.36 | 0.48 |
| Hex | A6 | 4E | A7 | 1 | 35 | 0 | 23 | 12B | 24 | 30 |
| Octal | 246 | 116 | 247 | 1 | 65 | 0 | 43 | 453 | 44 | 60 |
| Binary | 10100110 | 1001110 | 10100111 | 1 | 110101 | 0 | 100011 | 100101011 | 100100 | 110000 |
Color Harmonies of #A64EA7
Complementary color
Monochromatic Colors of #A64EA7
Black with #A64EA7
Text Example
Text Example
White with #A64EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64EA7; }
p { color: rgb(166,78,167); }
H1.HeaderClassName
{
color: #A64EA7;
}
.AnyTagClassName
{
color: #A64EA7;
}
</style>
background-color css
<style>
a { background-color: #A64EA7; }
a { background-color: rgb(166,78,167); }
div.DivClassName
{
background-color: #A64EA7;
}
.BgClassName
{
background-color: #A64EA7;
}
</style>
border-color css
<style>
span { border-color: #A64EA7; }
span { border-color: rgb(166,78,167); }
td.TdClassName
{
border-color: #A64EA7;
}
.TagClassName
{
border-color: #A64EA7;
}
</style>