Shades of Blue Violet #A63CEE
Tints of Blue Violet #A63CEE
RGB
CMYK
RGB Variations
Color information
#A63CEE (or 0xA63CEE) is known color: Blue Violet. HEX triplet: A6, 3C and EE. RGB value is (166,60,238). Sum of RGB (Red+Green+Blue) = 166+60+238=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #A63CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63CEE is #59C311. Grayscale: #6F6F6F. Windows color (decimal): -5882642 or 15613094. OLE color: 15613094.
HSL color Cylindrical-coordinate representation of color #A63CEE: hue angle of 275.73º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A63CEE is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 60 | 238 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.07 |
| HSL | 275.73º | 0.84% | 0.58% | - |
| HSV(B) | 275.73º | 0.75% | 0.93% | - |
| XYZ | 32.77 | 17.51 | 82.54 | - |
| YUV | 111.99 | 199.12 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 238 | 0.30 | 0.75 | 0 | 0.07 | 275.73 | 0.84 | 0.58 |
| Hex | A6 | 3C | EE | 1E | 4B | 0 | 7 | 114 | 54 | 3A |
| Octal | 246 | 74 | 356 | 36 | 113 | 0 | 7 | 424 | 124 | 72 |
| Binary | 10100110 | 111100 | 11101110 | 11110 | 1001011 | 0 | 111 | 100010100 | 1010100 | 111010 |
Color Harmonies of #A63CEE
Complementary color
Monochromatic Colors of #A63CEE
Black with #A63CEE
Text Example
Text Example
White with #A63CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63CEE; }
p { color: rgb(166,60,238); }
H1.HeaderClassName
{
color: #A63CEE;
}
.AnyTagClassName
{
color: #A63CEE;
}
</style>
background-color css
<style>
a { background-color: #A63CEE; }
a { background-color: rgb(166,60,238); }
div.DivClassName
{
background-color: #A63CEE;
}
.BgClassName
{
background-color: #A63CEE;
}
</style>
border-color css
<style>
span { border-color: #A63CEE; }
span { border-color: rgb(166,60,238); }
td.TdClassName
{
border-color: #A63CEE;
}
.TagClassName
{
border-color: #A63CEE;
}
</style>