Shades of Violet Blue #A64B9C
Tints of Violet Blue #A64B9C
RGB
CMYK
RGB Variations
Color information
#A64B9C (or 0xA64B9C) is known color: Violet Blue. HEX triplet: A6, 4B and 9C. RGB value is (166,75,156). Sum of RGB (Red+Green+Blue) = 166+75+156=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64B9C is #59B463. Grayscale: #6F6F6F. Windows color (decimal): -5878884 or 10242982. OLE color: 10242982.
HSL color Cylindrical-coordinate representation of color #A64B9C: hue angle of 306.59º 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 #A64B9C is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 75 | 156 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.35 |
| HSL | 306.59º | 0.38% | 0.47% | - |
| HSV(B) | 306.59º | 0.55% | 0.65% | - |
| XYZ | 24.24 | 15.54 | 33.17 | - |
| YUV | 111.44 | 153.15 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 156 | 0 | 0.55 | 0.06 | 0.35 | 306.59 | 0.38 | 0.47 |
| Hex | A6 | 4B | 9C | 0 | 37 | 6 | 23 | 133 | 26 | 2F |
| Octal | 246 | 113 | 234 | 0 | 67 | 6 | 43 | 463 | 46 | 57 |
| Binary | 10100110 | 1001011 | 10011100 | 0 | 110111 | 110 | 100011 | 100110011 | 100110 | 101111 |
Color Harmonies of #A64B9C
Complementary color
Monochromatic Colors of #A64B9C
Black with #A64B9C
Text Example
Text Example
White with #A64B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64B9C; }
p { color: rgb(166,75,156); }
H1.HeaderClassName
{
color: #A64B9C;
}
.AnyTagClassName
{
color: #A64B9C;
}
</style>
background-color css
<style>
a { background-color: #A64B9C; }
a { background-color: rgb(166,75,156); }
div.DivClassName
{
background-color: #A64B9C;
}
.BgClassName
{
background-color: #A64B9C;
}
</style>
border-color css
<style>
span { border-color: #A64B9C; }
span { border-color: rgb(166,75,156); }
td.TdClassName
{
border-color: #A64B9C;
}
.TagClassName
{
border-color: #A64B9C;
}
</style>