Shades of Violet Blue #A64C9F
Tints of Violet Blue #A64C9F
RGB
CMYK
RGB Variations
Color information
#A64C9F (or 0xA64C9F) is known color: Violet Blue. HEX triplet: A6, 4C and 9F. RGB value is (166,76,159). Sum of RGB (Red+Green+Blue) = 166+76+159=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64C9F is #59B360. Grayscale: #707070. Windows color (decimal): -5878625 or 10439846. OLE color: 10439846.
HSL color Cylindrical-coordinate representation of color #A64C9F: hue angle of 304.67º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64C9F is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 76 | 159 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.35 |
| HSL | 304.67º | 0.37% | 0.47% | - |
| HSV(B) | 304.67º | 0.54% | 0.65% | - |
| XYZ | 24.57 | 15.78 | 34.55 | - |
| YUV | 112.37 | 154.32 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 76 | 159 | 0 | 0.54 | 0.04 | 0.35 | 304.67 | 0.37 | 0.47 |
| Hex | A6 | 4C | 9F | 0 | 36 | 4 | 23 | 131 | 25 | 2F |
| Octal | 246 | 114 | 237 | 0 | 66 | 4 | 43 | 461 | 45 | 57 |
| Binary | 10100110 | 1001100 | 10011111 | 0 | 110110 | 100 | 100011 | 100110001 | 100101 | 101111 |
Color Harmonies of #A64C9F
Complementary color
Monochromatic Colors of #A64C9F
Black with #A64C9F
Text Example
Text Example
White with #A64C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64C9F; }
p { color: rgb(166,76,159); }
H1.HeaderClassName
{
color: #A64C9F;
}
.AnyTagClassName
{
color: #A64C9F;
}
</style>
background-color css
<style>
a { background-color: #A64C9F; }
a { background-color: rgb(166,76,159); }
div.DivClassName
{
background-color: #A64C9F;
}
.BgClassName
{
background-color: #A64C9F;
}
</style>
border-color css
<style>
span { border-color: #A64C9F; }
span { border-color: rgb(166,76,159); }
td.TdClassName
{
border-color: #A64C9F;
}
.TagClassName
{
border-color: #A64C9F;
}
</style>