Shades of Electric Purple #A901EE
Tints of Electric Purple #A901EE
RGB
CMYK
RGB Variations
Color information
#A901EE (or 0xA901EE) is known color: Electric Purple. HEX triplet: A9, 01 and EE. RGB value is (169,1,238). Sum of RGB (Red+Green+Blue) = 169+1+238=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #A901EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A901EE is #56FE11. Grayscale: #4D4D4D. Windows color (decimal): -5701138 or 15597993. OLE color: 15597993.
HSL color Cylindrical-coordinate representation of color #A901EE: hue angle of 282.53º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A901EE is Cyan = 0.29, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 1 | 238 | - |
| CMYK | 0.29 | 1.00 | 0 | 0.07 |
| HSL | 282.53º | 0.99% | 0.47% | - |
| HSV(B) | 282.53º | 1% | 0.93% | - |
| XYZ | 31.81 | 14.63 | 82.04 | - |
| YUV | 78.25 | 218.16 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 238 | 0.29 | 1.00 | 0 | 0.07 | 282.53 | 0.99 | 0.47 |
| Hex | A9 | 1 | EE | 1D | 64 | 0 | 7 | 11B | 63 | 2F |
| Octal | 251 | 1 | 356 | 35 | 144 | 0 | 7 | 433 | 143 | 57 |
| Binary | 10101001 | 1 | 11101110 | 11101 | 1100100 | 0 | 111 | 100011011 | 1100011 | 101111 |
Color Harmonies of #A901EE
Complementary color
Monochromatic Colors of #A901EE
Black with #A901EE
Text Example
Text Example
White with #A901EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A901EE; }
p { color: rgb(169,1,238); }
H1.HeaderClassName
{
color: #A901EE;
}
.AnyTagClassName
{
color: #A901EE;
}
</style>
background-color css
<style>
a { background-color: #A901EE; }
a { background-color: rgb(169,1,238); }
div.DivClassName
{
background-color: #A901EE;
}
.BgClassName
{
background-color: #A901EE;
}
</style>
border-color css
<style>
span { border-color: #A901EE; }
span { border-color: rgb(169,1,238); }
td.TdClassName
{
border-color: #A901EE;
}
.TagClassName
{
border-color: #A901EE;
}
</style>