Shades of Violet Blue #A64A9B
Tints of Violet Blue #A64A9B
RGB
CMYK
RGB Variations
Color information
#A64A9B (or 0xA64A9B) is known color: Violet Blue. HEX triplet: A6, 4A and 9B. RGB value is (166,74,155). Sum of RGB (Red+Green+Blue) = 166+74+155=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64A9B is #59B564. Grayscale: #6E6E6E. Windows color (decimal): -5879141 or 10177190. OLE color: 10177190.
HSL color Cylindrical-coordinate representation of color #A64A9B: hue angle of 307.17º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64A9B is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 74 | 155 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.35 |
| HSL | 307.17º | 0.38% | 0.47% | - |
| HSV(B) | 307.17º | 0.55% | 0.65% | - |
| XYZ | 24.09 | 15.37 | 32.71 | - |
| YUV | 110.74 | 152.98 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 155 | 0 | 0.55 | 0.07 | 0.35 | 307.17 | 0.38 | 0.47 |
| Hex | A6 | 4A | 9B | 0 | 37 | 7 | 23 | 133 | 26 | 2F |
| Octal | 246 | 112 | 233 | 0 | 67 | 7 | 43 | 463 | 46 | 57 |
| Binary | 10100110 | 1001010 | 10011011 | 0 | 110111 | 111 | 100011 | 100110011 | 100110 | 101111 |
Color Harmonies of #A64A9B
Complementary color
Monochromatic Colors of #A64A9B
Black with #A64A9B
Text Example
Text Example
White with #A64A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64A9B; }
p { color: rgb(166,74,155); }
H1.HeaderClassName
{
color: #A64A9B;
}
.AnyTagClassName
{
color: #A64A9B;
}
</style>
background-color css
<style>
a { background-color: #A64A9B; }
a { background-color: rgb(166,74,155); }
div.DivClassName
{
background-color: #A64A9B;
}
.BgClassName
{
background-color: #A64A9B;
}
</style>
border-color css
<style>
span { border-color: #A64A9B; }
span { border-color: rgb(166,74,155); }
td.TdClassName
{
border-color: #A64A9B;
}
.TagClassName
{
border-color: #A64A9B;
}
</style>