Shades of Violet Blue #A64DA8
Tints of Violet Blue #A64DA8
RGB
CMYK
RGB Variations
Color information
#A64DA8 (or 0xA64DA8) is known color: Violet Blue. HEX triplet: A6, 4D and A8. RGB value is (166,77,168). Sum of RGB (Red+Green+Blue) = 166+77+168=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 168 - color contains mainly: blue. Hex color #A64DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64DA8 is #59B257. Grayscale: #717171. Windows color (decimal): -5878360 or 11029926. OLE color: 11029926.
HSL color Cylindrical-coordinate representation of color #A64DA8: hue angle of 298.68º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64DA8 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 77 | 168 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.34 |
| HSL | 298.68º | 0.37% | 0.48% | - |
| HSV(B) | 298.68º | 0.54% | 0.66% | - |
| XYZ | 25.45 | 16.24 | 38.84 | - |
| YUV | 113.99 | 158.49 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 168 | 0.01 | 0.54 | 0 | 0.34 | 298.68 | 0.37 | 0.48 |
| Hex | A6 | 4D | A8 | 1 | 36 | 0 | 22 | 12B | 25 | 30 |
| Octal | 246 | 115 | 250 | 1 | 66 | 0 | 42 | 453 | 45 | 60 |
| Binary | 10100110 | 1001101 | 10101000 | 1 | 110110 | 0 | 100010 | 100101011 | 100101 | 110000 |
Color Harmonies of #A64DA8
Complementary color
Monochromatic Colors of #A64DA8
Black with #A64DA8
Text Example
Text Example
White with #A64DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64DA8; }
p { color: rgb(166,77,168); }
H1.HeaderClassName
{
color: #A64DA8;
}
.AnyTagClassName
{
color: #A64DA8;
}
</style>
background-color css
<style>
a { background-color: #A64DA8; }
a { background-color: rgb(166,77,168); }
div.DivClassName
{
background-color: #A64DA8;
}
.BgClassName
{
background-color: #A64DA8;
}
</style>
border-color css
<style>
span { border-color: #A64DA8; }
span { border-color: rgb(166,77,168); }
td.TdClassName
{
border-color: #A64DA8;
}
.TagClassName
{
border-color: #A64DA8;
}
</style>