Shades of Electric Purple #A607EE
Tints of Electric Purple #A607EE
RGB
CMYK
RGB Variations
Color information
#A607EE (or 0xA607EE) is known color: Electric Purple. HEX triplet: A6, 07 and EE. RGB value is (166,7,238). Sum of RGB (Red+Green+Blue) = 166+7+238=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #A607EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A607EE is #59F811. Grayscale: #505050. Windows color (decimal): -5896210 or 15599526. OLE color: 15599526.
HSL color Cylindrical-coordinate representation of color #A607EE: hue angle of 281.3º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A607EE is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 7 | 238 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.07 |
| HSL | 281.3º | 0.94% | 0.48% | - |
| HSV(B) | 281.3º | 0.97% | 0.93% | - |
| XYZ | 31.23 | 14.43 | 82.03 | - |
| YUV | 80.88 | 216.68 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 238 | 0.30 | 0.97 | 0 | 0.07 | 281.3 | 0.94 | 0.48 |
| Hex | A6 | 7 | EE | 1E | 61 | 0 | 7 | 119 | 5E | 30 |
| Octal | 246 | 7 | 356 | 36 | 141 | 0 | 7 | 431 | 136 | 60 |
| Binary | 10100110 | 111 | 11101110 | 11110 | 1100001 | 0 | 111 | 100011001 | 1011110 | 110000 |
Color Harmonies of #A607EE
Complementary color
Monochromatic Colors of #A607EE
Black with #A607EE
Text Example
Text Example
White with #A607EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A607EE; }
p { color: rgb(166,7,238); }
H1.HeaderClassName
{
color: #A607EE;
}
.AnyTagClassName
{
color: #A607EE;
}
</style>
background-color css
<style>
a { background-color: #A607EE; }
a { background-color: rgb(166,7,238); }
div.DivClassName
{
background-color: #A607EE;
}
.BgClassName
{
background-color: #A607EE;
}
</style>
border-color css
<style>
span { border-color: #A607EE; }
span { border-color: rgb(166,7,238); }
td.TdClassName
{
border-color: #A607EE;
}
.TagClassName
{
border-color: #A607EE;
}
</style>