Shades of Blue Violet #A63BEE
Tints of Blue Violet #A63BEE
RGB
CMYK
RGB Variations
Color information
#A63BEE (or 0xA63BEE) is known color: Blue Violet. HEX triplet: A6, 3B and EE. RGB value is (166,59,238). Sum of RGB (Red+Green+Blue) = 166+59+238=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #A63BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63BEE is #59C411. Grayscale: #6E6E6E. Windows color (decimal): -5882898 or 15612838. OLE color: 15612838.
HSL color Cylindrical-coordinate representation of color #A63BEE: hue angle of 275.87º 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 #A63BEE is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 59 | 238 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.07 |
| HSL | 275.87º | 0.84% | 0.58% | - |
| HSV(B) | 275.87º | 0.75% | 0.93% | - |
| XYZ | 32.72 | 17.41 | 82.52 | - |
| YUV | 111.4 | 199.45 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 238 | 0.30 | 0.75 | 0 | 0.07 | 275.87 | 0.84 | 0.58 |
| Hex | A6 | 3B | EE | 1E | 4B | 0 | 7 | 114 | 54 | 3A |
| Octal | 246 | 73 | 356 | 36 | 113 | 0 | 7 | 424 | 124 | 72 |
| Binary | 10100110 | 111011 | 11101110 | 11110 | 1001011 | 0 | 111 | 100010100 | 1010100 | 111010 |
Color Harmonies of #A63BEE
Complementary color
Monochromatic Colors of #A63BEE
Black with #A63BEE
Text Example
Text Example
White with #A63BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63BEE; }
p { color: rgb(166,59,238); }
H1.HeaderClassName
{
color: #A63BEE;
}
.AnyTagClassName
{
color: #A63BEE;
}
</style>
background-color css
<style>
a { background-color: #A63BEE; }
a { background-color: rgb(166,59,238); }
div.DivClassName
{
background-color: #A63BEE;
}
.BgClassName
{
background-color: #A63BEE;
}
</style>
border-color css
<style>
span { border-color: #A63BEE; }
span { border-color: rgb(166,59,238); }
td.TdClassName
{
border-color: #A63BEE;
}
.TagClassName
{
border-color: #A63BEE;
}
</style>