Shades of Blue Violet #A63AED
Tints of Blue Violet #A63AED
RGB
CMYK
RGB Variations
Color information
#A63AED (or 0xA63AED) is known color: Blue Violet. HEX triplet: A6, 3A and ED. RGB value is (166,58,237). Sum of RGB (Red+Green+Blue) = 166+58+237=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #A63AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63AED is #59C512. Grayscale: #6E6E6E. Windows color (decimal): -5883155 or 15547046. OLE color: 15547046.
HSL color Cylindrical-coordinate representation of color #A63AED: hue angle of 276.2º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A63AED is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 58 | 237 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.07 |
| HSL | 276.2º | 0.83% | 0.58% | - |
| HSV(B) | 276.2º | 0.76% | 0.93% | - |
| XYZ | 32.53 | 17.25 | 81.74 | - |
| YUV | 110.7 | 199.28 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 237 | 0.30 | 0.76 | 0 | 0.07 | 276.2 | 0.83 | 0.58 |
| Hex | A6 | 3A | ED | 1E | 4C | 0 | 7 | 114 | 53 | 3A |
| Octal | 246 | 72 | 355 | 36 | 114 | 0 | 7 | 424 | 123 | 72 |
| Binary | 10100110 | 111010 | 11101101 | 11110 | 1001100 | 0 | 111 | 100010100 | 1010011 | 111010 |
Color Harmonies of #A63AED
Complementary color
Monochromatic Colors of #A63AED
Black with #A63AED
Text Example
Text Example
White with #A63AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63AED; }
p { color: rgb(166,58,237); }
H1.HeaderClassName
{
color: #A63AED;
}
.AnyTagClassName
{
color: #A63AED;
}
</style>
background-color css
<style>
a { background-color: #A63AED; }
a { background-color: rgb(166,58,237); }
div.DivClassName
{
background-color: #A63AED;
}
.BgClassName
{
background-color: #A63AED;
}
</style>
border-color css
<style>
span { border-color: #A63AED; }
span { border-color: rgb(166,58,237); }
td.TdClassName
{
border-color: #A63AED;
}
.TagClassName
{
border-color: #A63AED;
}
</style>