Shades of Electric Purple #A60BEE
Tints of Electric Purple #A60BEE
RGB
CMYK
RGB Variations
Color information
#A60BEE (or 0xA60BEE) is known color: Electric Purple. HEX triplet: A6, 0B and EE. RGB value is (166,11,238). Sum of RGB (Red+Green+Blue) = 166+11+238=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #A60BEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60BEE is #59F411. Grayscale: #525252. Windows color (decimal): -5895186 or 15600550. OLE color: 15600550.
HSL color Cylindrical-coordinate representation of color #A60BEE: hue angle of 280.97º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60BEE is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 11 | 238 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.07 |
| HSL | 280.97º | 0.91% | 0.49% | - |
| HSV(B) | 280.97º | 0.95% | 0.93% | - |
| XYZ | 31.28 | 14.52 | 82.04 | - |
| YUV | 83.22 | 215.35 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 238 | 0.30 | 0.95 | 0 | 0.07 | 280.97 | 0.91 | 0.49 |
| Hex | A6 | B | EE | 1E | 5F | 0 | 7 | 119 | 5B | 31 |
| Octal | 246 | 13 | 356 | 36 | 137 | 0 | 7 | 431 | 133 | 61 |
| Binary | 10100110 | 1011 | 11101110 | 11110 | 1011111 | 0 | 111 | 100011001 | 1011011 | 110001 |
Color Harmonies of #A60BEE
Complementary color
Monochromatic Colors of #A60BEE
Black with #A60BEE
Text Example
Text Example
White with #A60BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60BEE; }
p { color: rgb(166,11,238); }
H1.HeaderClassName
{
color: #A60BEE;
}
.AnyTagClassName
{
color: #A60BEE;
}
</style>
background-color css
<style>
a { background-color: #A60BEE; }
a { background-color: rgb(166,11,238); }
div.DivClassName
{
background-color: #A60BEE;
}
.BgClassName
{
background-color: #A60BEE;
}
</style>
border-color css
<style>
span { border-color: #A60BEE; }
span { border-color: rgb(166,11,238); }
td.TdClassName
{
border-color: #A60BEE;
}
.TagClassName
{
border-color: #A60BEE;
}
</style>