Shades of Electric Purple #A905ED
Tints of Electric Purple #A905ED
RGB
CMYK
RGB Variations
Color information
#A905ED (or 0xA905ED) is known color: Electric Purple. HEX triplet: A9, 05 and ED. RGB value is (169,5,237). Sum of RGB (Red+Green+Blue) = 169+5+237=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #A905ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A905ED is #56FA12. Grayscale: #4F4F4F. Windows color (decimal): -5700115 or 15533481. OLE color: 15533481.
HSL color Cylindrical-coordinate representation of color #A905ED: hue angle of 282.41º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A905ED is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 5 | 237 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.07 |
| HSL | 282.41º | 0.96% | 0.47% | - |
| HSV(B) | 282.41º | 0.98% | 0.93% | - |
| XYZ | 31.7 | 14.66 | 81.28 | - |
| YUV | 80.48 | 216.33 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 237 | 0.29 | 0.98 | 0 | 0.07 | 282.41 | 0.96 | 0.47 |
| Hex | A9 | 5 | ED | 1D | 62 | 0 | 7 | 11A | 60 | 2F |
| Octal | 251 | 5 | 355 | 35 | 142 | 0 | 7 | 432 | 140 | 57 |
| Binary | 10101001 | 101 | 11101101 | 11101 | 1100010 | 0 | 111 | 100011010 | 1100000 | 101111 |
Color Harmonies of #A905ED
Complementary color
Monochromatic Colors of #A905ED
Black with #A905ED
Text Example
Text Example
White with #A905ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A905ED; }
p { color: rgb(169,5,237); }
H1.HeaderClassName
{
color: #A905ED;
}
.AnyTagClassName
{
color: #A905ED;
}
</style>
background-color css
<style>
a { background-color: #A905ED; }
a { background-color: rgb(169,5,237); }
div.DivClassName
{
background-color: #A905ED;
}
.BgClassName
{
background-color: #A905ED;
}
</style>
border-color css
<style>
span { border-color: #A905ED; }
span { border-color: rgb(169,5,237); }
td.TdClassName
{
border-color: #A905ED;
}
.TagClassName
{
border-color: #A905ED;
}
</style>