Shades of Violet Blue #A64C9A
Tints of Violet Blue #A64C9A
RGB
CMYK
RGB Variations
Color information
#A64C9A (or 0xA64C9A) is known color: Violet Blue. HEX triplet: A6, 4C and 9A. RGB value is (166,76,154). Sum of RGB (Red+Green+Blue) = 166+76+154=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64C9A is #59B365. Grayscale: #6F6F6F. Windows color (decimal): -5878630 or 10112166. OLE color: 10112166.
HSL color Cylindrical-coordinate representation of color #A64C9A: hue angle of 308º 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 #A64C9A is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 76 | 154 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.35 |
| HSL | 308º | 0.37% | 0.47% | - |
| HSV(B) | 308º | 0.54% | 0.65% | - |
| XYZ | 24.14 | 15.61 | 32.31 | - |
| YUV | 111.8 | 151.82 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 76 | 154 | 0 | 0.54 | 0.07 | 0.35 | 308 | 0.37 | 0.47 |
| Hex | A6 | 4C | 9A | 0 | 36 | 7 | 23 | 134 | 25 | 2F |
| Octal | 246 | 114 | 232 | 0 | 66 | 7 | 43 | 464 | 45 | 57 |
| Binary | 10100110 | 1001100 | 10011010 | 0 | 110110 | 111 | 100011 | 100110100 | 100101 | 101111 |
Color Harmonies of #A64C9A
Complementary color
Monochromatic Colors of #A64C9A
Black with #A64C9A
Text Example
Text Example
White with #A64C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64C9A; }
p { color: rgb(166,76,154); }
H1.HeaderClassName
{
color: #A64C9A;
}
.AnyTagClassName
{
color: #A64C9A;
}
</style>
background-color css
<style>
a { background-color: #A64C9A; }
a { background-color: rgb(166,76,154); }
div.DivClassName
{
background-color: #A64C9A;
}
.BgClassName
{
background-color: #A64C9A;
}
</style>
border-color css
<style>
span { border-color: #A64C9A; }
span { border-color: rgb(166,76,154); }
td.TdClassName
{
border-color: #A64C9A;
}
.TagClassName
{
border-color: #A64C9A;
}
</style>