Shades of Blue Violet #A63FEE
Tints of Blue Violet #A63FEE
RGB
CMYK
RGB Variations
Color information
#A63FEE (or 0xA63FEE) is known color: Blue Violet. HEX triplet: A6, 3F and EE. RGB value is (166,63,238). Sum of RGB (Red+Green+Blue) = 166+63+238=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #A63FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63FEE is #59C011. Grayscale: #717171. Windows color (decimal): -5881874 or 15613862. OLE color: 15613862.
HSL color Cylindrical-coordinate representation of color #A63FEE: hue angle of 275.31º 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 #A63FEE is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 63 | 238 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.07 |
| HSL | 275.31º | 0.84% | 0.59% | - |
| HSV(B) | 275.31º | 0.74% | 0.93% | - |
| XYZ | 32.94 | 17.84 | 82.6 | - |
| YUV | 113.75 | 198.12 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 238 | 0.30 | 0.74 | 0 | 0.07 | 275.31 | 0.84 | 0.59 |
| Hex | A6 | 3F | EE | 1E | 4A | 0 | 7 | 113 | 54 | 3B |
| Octal | 246 | 77 | 356 | 36 | 112 | 0 | 7 | 423 | 124 | 73 |
| Binary | 10100110 | 111111 | 11101110 | 11110 | 1001010 | 0 | 111 | 100010011 | 1010100 | 111011 |
Color Harmonies of #A63FEE
Complementary color
Monochromatic Colors of #A63FEE
Black with #A63FEE
Text Example
Text Example
White with #A63FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63FEE; }
p { color: rgb(166,63,238); }
H1.HeaderClassName
{
color: #A63FEE;
}
.AnyTagClassName
{
color: #A63FEE;
}
</style>
background-color css
<style>
a { background-color: #A63FEE; }
a { background-color: rgb(166,63,238); }
div.DivClassName
{
background-color: #A63FEE;
}
.BgClassName
{
background-color: #A63FEE;
}
</style>
border-color css
<style>
span { border-color: #A63FEE; }
span { border-color: rgb(166,63,238); }
td.TdClassName
{
border-color: #A63FEE;
}
.TagClassName
{
border-color: #A63FEE;
}
</style>