Shades of Blue Violet #A63FED
Tints of Blue Violet #A63FED
RGB
CMYK
RGB Variations
Color information
#A63FED (or 0xA63FED) is known color: Blue Violet. HEX triplet: A6, 3F and ED. RGB value is (166,63,237). Sum of RGB (Red+Green+Blue) = 166+63+237=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #A63FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63FED is #59C012. Grayscale: #717171. Windows color (decimal): -5881875 or 15548326. OLE color: 15548326.
HSL color Cylindrical-coordinate representation of color #A63FED: hue angle of 275.52º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A63FED is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 63 | 237 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.07 |
| HSL | 275.52º | 0.83% | 0.59% | - |
| HSV(B) | 275.52º | 0.73% | 0.93% | - |
| XYZ | 32.79 | 17.78 | 81.82 | - |
| YUV | 113.63 | 197.62 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 237 | 0.30 | 0.73 | 0 | 0.07 | 275.52 | 0.83 | 0.59 |
| Hex | A6 | 3F | ED | 1E | 49 | 0 | 7 | 114 | 53 | 3B |
| Octal | 246 | 77 | 355 | 36 | 111 | 0 | 7 | 424 | 123 | 73 |
| Binary | 10100110 | 111111 | 11101101 | 11110 | 1001001 | 0 | 111 | 100010100 | 1010011 | 111011 |
Color Harmonies of #A63FED
Complementary color
Monochromatic Colors of #A63FED
Black with #A63FED
Text Example
Text Example
White with #A63FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63FED; }
p { color: rgb(166,63,237); }
H1.HeaderClassName
{
color: #A63FED;
}
.AnyTagClassName
{
color: #A63FED;
}
</style>
background-color css
<style>
a { background-color: #A63FED; }
a { background-color: rgb(166,63,237); }
div.DivClassName
{
background-color: #A63FED;
}
.BgClassName
{
background-color: #A63FED;
}
</style>
border-color css
<style>
span { border-color: #A63FED; }
span { border-color: rgb(166,63,237); }
td.TdClassName
{
border-color: #A63FED;
}
.TagClassName
{
border-color: #A63FED;
}
</style>