Shades of Blue Violet #A63DEE
Tints of Blue Violet #A63DEE
RGB
CMYK
RGB Variations
Color information
#A63DEE (or 0xA63DEE) is known color: Blue Violet. HEX triplet: A6, 3D and EE. RGB value is (166,61,238). Sum of RGB (Red+Green+Blue) = 166+61+238=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #A63DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63DEE is #59C211. Grayscale: #6F6F6F. Windows color (decimal): -5882386 or 15613350. OLE color: 15613350.
HSL color Cylindrical-coordinate representation of color #A63DEE: hue angle of 275.59º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A63DEE is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 61 | 238 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.07 |
| HSL | 275.59º | 0.84% | 0.59% | - |
| HSV(B) | 275.59º | 0.74% | 0.93% | - |
| XYZ | 32.83 | 17.62 | 82.56 | - |
| YUV | 112.57 | 198.79 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 238 | 0.30 | 0.74 | 0 | 0.07 | 275.59 | 0.84 | 0.59 |
| Hex | A6 | 3D | EE | 1E | 4A | 0 | 7 | 114 | 54 | 3B |
| Octal | 246 | 75 | 356 | 36 | 112 | 0 | 7 | 424 | 124 | 73 |
| Binary | 10100110 | 111101 | 11101110 | 11110 | 1001010 | 0 | 111 | 100010100 | 1010100 | 111011 |
Color Harmonies of #A63DEE
Complementary color
Monochromatic Colors of #A63DEE
Black with #A63DEE
Text Example
Text Example
White with #A63DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63DEE; }
p { color: rgb(166,61,238); }
H1.HeaderClassName
{
color: #A63DEE;
}
.AnyTagClassName
{
color: #A63DEE;
}
</style>
background-color css
<style>
a { background-color: #A63DEE; }
a { background-color: rgb(166,61,238); }
div.DivClassName
{
background-color: #A63DEE;
}
.BgClassName
{
background-color: #A63DEE;
}
</style>
border-color css
<style>
span { border-color: #A63DEE; }
span { border-color: rgb(166,61,238); }
td.TdClassName
{
border-color: #A63DEE;
}
.TagClassName
{
border-color: #A63DEE;
}
</style>