Shades of Electric Purple #A603EE
Tints of Electric Purple #A603EE
RGB
CMYK
RGB Variations
Color information
#A603EE (or 0xA603EE) is known color: Electric Purple. HEX triplet: A6, 03 and EE. RGB value is (166,3,238). Sum of RGB (Red+Green+Blue) = 166+3+238=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #A603EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A603EE is #59FC11. Grayscale: #4D4D4D. Windows color (decimal): -5897234 or 15598502. OLE color: 15598502.
HSL color Cylindrical-coordinate representation of color #A603EE: hue angle of 281.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A603EE is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 3 | 238 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.07 |
| HSL | 281.62º | 0.98% | 0.47% | - |
| HSV(B) | 281.62º | 0.99% | 0.93% | - |
| XYZ | 31.19 | 14.35 | 82.01 | - |
| YUV | 78.53 | 218 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 238 | 0.30 | 0.99 | 0 | 0.07 | 281.62 | 0.98 | 0.47 |
| Hex | A6 | 3 | EE | 1E | 63 | 0 | 7 | 11A | 62 | 2F |
| Octal | 246 | 3 | 356 | 36 | 143 | 0 | 7 | 432 | 142 | 57 |
| Binary | 10100110 | 11 | 11101110 | 11110 | 1100011 | 0 | 111 | 100011010 | 1100010 | 101111 |
Color Harmonies of #A603EE
Complementary color
Monochromatic Colors of #A603EE
Black with #A603EE
Text Example
Text Example
White with #A603EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603EE; }
p { color: rgb(166,3,238); }
H1.HeaderClassName
{
color: #A603EE;
}
.AnyTagClassName
{
color: #A603EE;
}
</style>
background-color css
<style>
a { background-color: #A603EE; }
a { background-color: rgb(166,3,238); }
div.DivClassName
{
background-color: #A603EE;
}
.BgClassName
{
background-color: #A603EE;
}
</style>
border-color css
<style>
span { border-color: #A603EE; }
span { border-color: rgb(166,3,238); }
td.TdClassName
{
border-color: #A603EE;
}
.TagClassName
{
border-color: #A603EE;
}
</style>