Shades of Violet Blue #A64DA6
Tints of Violet Blue #A64DA6
RGB
CMYK
RGB Variations
Color information
#A64DA6 (or 0xA64DA6) is known color: Violet Blue. HEX triplet: A6, 4D and A6. RGB value is (166,77,166). Sum of RGB (Red+Green+Blue) = 166+77+166=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 166 - color contains mainly: red, blue. Hex color #A64DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64DA6 is #59B259. Grayscale: #717171. Windows color (decimal): -5878362 or 10898854. OLE color: 10898854.
HSL color Cylindrical-coordinate representation of color #A64DA6: hue angle of 300º 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 #A64DA6 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 77 | 166 | - |
| CMYK | 0 | 0.54 | 0 | 0.35 |
| HSL | 300º | 0.37% | 0.48% | - |
| HSV(B) | 300º | 0.54% | 0.65% | - |
| XYZ | 25.26 | 16.17 | 37.87 | - |
| YUV | 113.76 | 157.49 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 166 | 0 | 0.54 | 0 | 0.35 | 300 | 0.37 | 0.48 |
| Hex | A6 | 4D | A6 | 0 | 36 | 0 | 23 | 12C | 25 | 30 |
| Octal | 246 | 115 | 246 | 0 | 66 | 0 | 43 | 454 | 45 | 60 |
| Binary | 10100110 | 1001101 | 10100110 | 0 | 110110 | 0 | 100011 | 100101100 | 100101 | 110000 |
Color Harmonies of #A64DA6
Complementary color
Monochromatic Colors of #A64DA6
Black with #A64DA6
Text Example
Text Example
White with #A64DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64DA6; }
p { color: rgb(166,77,166); }
H1.HeaderClassName
{
color: #A64DA6;
}
.AnyTagClassName
{
color: #A64DA6;
}
</style>
background-color css
<style>
a { background-color: #A64DA6; }
a { background-color: rgb(166,77,166); }
div.DivClassName
{
background-color: #A64DA6;
}
.BgClassName
{
background-color: #A64DA6;
}
</style>
border-color css
<style>
span { border-color: #A64DA6; }
span { border-color: rgb(166,77,166); }
td.TdClassName
{
border-color: #A64DA6;
}
.TagClassName
{
border-color: #A64DA6;
}
</style>