Shades of Violet Blue #A63EA1
Tints of Violet Blue #A63EA1
RGB
CMYK
RGB Variations
Color information
#A63EA1 (or 0xA63EA1) is known color: Violet Blue. HEX triplet: A6, 3E and A1. RGB value is (166,62,161). Sum of RGB (Red+Green+Blue) = 166+62+161=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A63EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63EA1 is #59C15E. Grayscale: #686868. Windows color (decimal): -5882207 or 10567334. OLE color: 10567334.
HSL color Cylindrical-coordinate representation of color #A63EA1: hue angle of 302.88º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A63EA1 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 62 | 161 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.35 |
| HSL | 302.88º | 0.46% | 0.45% | - |
| HSV(B) | 302.88º | 0.63% | 0.65% | - |
| XYZ | 23.88 | 14.13 | 35.19 | - |
| YUV | 104.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 161 | 0 | 0.63 | 0.03 | 0.35 | 302.88 | 0.46 | 0.45 |
| Hex | A6 | 3E | A1 | 0 | 3F | 3 | 23 | 12F | 2E | 2D |
| Octal | 246 | 76 | 241 | 0 | 77 | 3 | 43 | 457 | 56 | 55 |
| Binary | 10100110 | 111110 | 10100001 | 0 | 111111 | 11 | 100011 | 100101111 | 101110 | 101101 |
Color Harmonies of #A63EA1
Complementary color
Monochromatic Colors of #A63EA1
Black with #A63EA1
Text Example
Text Example
White with #A63EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63EA1; }
p { color: rgb(166,62,161); }
H1.HeaderClassName
{
color: #A63EA1;
}
.AnyTagClassName
{
color: #A63EA1;
}
</style>
background-color css
<style>
a { background-color: #A63EA1; }
a { background-color: rgb(166,62,161); }
div.DivClassName
{
background-color: #A63EA1;
}
.BgClassName
{
background-color: #A63EA1;
}
</style>
border-color css
<style>
span { border-color: #A63EA1; }
span { border-color: rgb(166,62,161); }
td.TdClassName
{
border-color: #A63EA1;
}
.TagClassName
{
border-color: #A63EA1;
}
</style>