Shades of Violet Blue #A64C95
Tints of Violet Blue #A64C95
RGB
CMYK
RGB Variations
Color information
#A64C95 (or 0xA64C95) is known color: Violet Blue. HEX triplet: A6, 4C and 95. RGB value is (166,76,149). Sum of RGB (Red+Green+Blue) = 166+76+149=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64C95 is #59B36A. Grayscale: #6F6F6F. Windows color (decimal): -5878635 or 9784486. OLE color: 9784486.
HSL color Cylindrical-coordinate representation of color #A64C95: hue angle of 311.33º 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 #A64C95 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 76 | 149 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.35 |
| HSL | 311.33º | 0.37% | 0.47% | - |
| HSV(B) | 311.33º | 0.54% | 0.65% | - |
| XYZ | 23.74 | 15.45 | 30.16 | - |
| YUV | 111.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 76 | 149 | 0 | 0.54 | 0.10 | 0.35 | 311.33 | 0.37 | 0.47 |
| Hex | A6 | 4C | 95 | 0 | 36 | A | 23 | 137 | 25 | 2F |
| Octal | 246 | 114 | 225 | 0 | 66 | 12 | 43 | 467 | 45 | 57 |
| Binary | 10100110 | 1001100 | 10010101 | 0 | 110110 | 1010 | 100011 | 100110111 | 100101 | 101111 |
Color Harmonies of #A64C95
Complementary color
Monochromatic Colors of #A64C95
Black with #A64C95
Text Example
Text Example
White with #A64C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64C95; }
p { color: rgb(166,76,149); }
H1.HeaderClassName
{
color: #A64C95;
}
.AnyTagClassName
{
color: #A64C95;
}
</style>
background-color css
<style>
a { background-color: #A64C95; }
a { background-color: rgb(166,76,149); }
div.DivClassName
{
background-color: #A64C95;
}
.BgClassName
{
background-color: #A64C95;
}
</style>
border-color css
<style>
span { border-color: #A64C95; }
span { border-color: rgb(166,76,149); }
td.TdClassName
{
border-color: #A64C95;
}
.TagClassName
{
border-color: #A64C95;
}
</style>