Shades of Violet Blue #A64B9A
Tints of Violet Blue #A64B9A
RGB
CMYK
RGB Variations
Color information
#A64B9A (or 0xA64B9A) is known color: Violet Blue. HEX triplet: A6, 4B and 9A. RGB value is (166,75,154). Sum of RGB (Red+Green+Blue) = 166+75+154=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64B9A is #59B465. Grayscale: #6E6E6E. Windows color (decimal): -5878886 or 10111910. OLE color: 10111910.
HSL color Cylindrical-coordinate representation of color #A64B9A: hue angle of 307.91º 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 #A64B9A is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 75 | 154 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.35 |
| HSL | 307.91º | 0.38% | 0.47% | - |
| HSV(B) | 307.91º | 0.55% | 0.65% | - |
| XYZ | 24.07 | 15.47 | 32.29 | - |
| YUV | 111.22 | 152.15 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 154 | 0 | 0.55 | 0.07 | 0.35 | 307.91 | 0.38 | 0.47 |
| Hex | A6 | 4B | 9A | 0 | 37 | 7 | 23 | 134 | 26 | 2F |
| Octal | 246 | 113 | 232 | 0 | 67 | 7 | 43 | 464 | 46 | 57 |
| Binary | 10100110 | 1001011 | 10011010 | 0 | 110111 | 111 | 100011 | 100110100 | 100110 | 101111 |
Color Harmonies of #A64B9A
Complementary color
Monochromatic Colors of #A64B9A
Black with #A64B9A
Text Example
Text Example
White with #A64B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64B9A; }
p { color: rgb(166,75,154); }
H1.HeaderClassName
{
color: #A64B9A;
}
.AnyTagClassName
{
color: #A64B9A;
}
</style>
background-color css
<style>
a { background-color: #A64B9A; }
a { background-color: rgb(166,75,154); }
div.DivClassName
{
background-color: #A64B9A;
}
.BgClassName
{
background-color: #A64B9A;
}
</style>
border-color css
<style>
span { border-color: #A64B9A; }
span { border-color: rgb(166,75,154); }
td.TdClassName
{
border-color: #A64B9A;
}
.TagClassName
{
border-color: #A64B9A;
}
</style>