Shades of Violet Blue #A64BA3
Tints of Violet Blue #A64BA3
RGB
CMYK
RGB Variations
Color information
#A64BA3 (or 0xA64BA3) is known color: Violet Blue. HEX triplet: A6, 4B and A3. RGB value is (166,75,163). Sum of RGB (Red+Green+Blue) = 166+75+163=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 163 (64.06% from 255 or 40.35% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A64BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64BA3 is #59B45C. Grayscale: #6F6F6F. Windows color (decimal): -5878877 or 10701734. OLE color: 10701734.
HSL color Cylindrical-coordinate representation of color #A64BA3: hue angle of 301.98º 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 #A64BA3 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 75 | 163 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.35 |
| HSL | 301.98º | 0.38% | 0.47% | - |
| HSV(B) | 301.98º | 0.55% | 0.65% | - |
| XYZ | 24.85 | 15.78 | 36.39 | - |
| YUV | 112.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 163 | 0 | 0.55 | 0.02 | 0.35 | 301.98 | 0.38 | 0.47 |
| Hex | A6 | 4B | A3 | 0 | 37 | 2 | 23 | 12E | 26 | 2F |
| Octal | 246 | 113 | 243 | 0 | 67 | 2 | 43 | 456 | 46 | 57 |
| Binary | 10100110 | 1001011 | 10100011 | 0 | 110111 | 10 | 100011 | 100101110 | 100110 | 101111 |
Color Harmonies of #A64BA3
Complementary color
Monochromatic Colors of #A64BA3
Black with #A64BA3
Text Example
Text Example
White with #A64BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BA3; }
p { color: rgb(166,75,163); }
H1.HeaderClassName
{
color: #A64BA3;
}
.AnyTagClassName
{
color: #A64BA3;
}
</style>
background-color css
<style>
a { background-color: #A64BA3; }
a { background-color: rgb(166,75,163); }
div.DivClassName
{
background-color: #A64BA3;
}
.BgClassName
{
background-color: #A64BA3;
}
</style>
border-color css
<style>
span { border-color: #A64BA3; }
span { border-color: rgb(166,75,163); }
td.TdClassName
{
border-color: #A64BA3;
}
.TagClassName
{
border-color: #A64BA3;
}
</style>