Shades of Blue Violet #A63CEF
Tints of Blue Violet #A63CEF
RGB
CMYK
RGB Variations
Color information
#A63CEF (or 0xA63CEF) is known color: Blue Violet. HEX triplet: A6, 3C and EF. RGB value is (166,60,239). Sum of RGB (Red+Green+Blue) = 166+60+239=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #A63CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63CEF is #59C310. Grayscale: #6F6F6F. Windows color (decimal): -5882641 or 15678630. OLE color: 15678630.
HSL color Cylindrical-coordinate representation of color #A63CEF: hue angle of 275.53º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A63CEF is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 60 | 239 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.06 |
| HSL | 275.53º | 0.85% | 0.59% | - |
| HSV(B) | 275.53º | 0.75% | 0.94% | - |
| XYZ | 32.92 | 17.57 | 83.32 | - |
| YUV | 112.1 | 199.62 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 239 | 0.31 | 0.75 | 0 | 0.06 | 275.53 | 0.85 | 0.59 |
| Hex | A6 | 3C | EF | 1F | 4B | 0 | 6 | 114 | 55 | 3B |
| Octal | 246 | 74 | 357 | 37 | 113 | 0 | 6 | 424 | 125 | 73 |
| Binary | 10100110 | 111100 | 11101111 | 11111 | 1001011 | 0 | 110 | 100010100 | 1010101 | 111011 |
Color Harmonies of #A63CEF
Complementary color
Monochromatic Colors of #A63CEF
Black with #A63CEF
Text Example
Text Example
White with #A63CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63CEF; }
p { color: rgb(166,60,239); }
H1.HeaderClassName
{
color: #A63CEF;
}
.AnyTagClassName
{
color: #A63CEF;
}
</style>
background-color css
<style>
a { background-color: #A63CEF; }
a { background-color: rgb(166,60,239); }
div.DivClassName
{
background-color: #A63CEF;
}
.BgClassName
{
background-color: #A63CEF;
}
</style>
border-color css
<style>
span { border-color: #A63CEF; }
span { border-color: rgb(166,60,239); }
td.TdClassName
{
border-color: #A63CEF;
}
.TagClassName
{
border-color: #A63CEF;
}
</style>