Shades of Electric Purple #A900ED
Tints of Electric Purple #A900ED
RGB
CMYK
RGB Variations
Color information
#A900ED (or 0xA900ED) is known color: Electric Purple. HEX triplet: A9, 00 and ED. RGB value is (169,0,237). Sum of RGB (Red+Green+Blue) = 169+0+237=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #A900ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A900ED is #56FF12. Grayscale: #4C4C4C. Windows color (decimal): -5701395 or 15532201. OLE color: 15532201.
HSL color Cylindrical-coordinate representation of color #A900ED: hue angle of 282.78º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A900ED is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 0 | 237 | - |
| CMYK | 0.29 | 1 | 0 | 0.07 |
| HSL | 282.78º | 1% | 0.46% | - |
| HSV(B) | 282.78º | 1% | 0.93% | - |
| XYZ | 31.65 | 14.55 | 81.26 | - |
| YUV | 77.55 | 217.99 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 237 | 0.29 | 1 | 0 | 0.07 | 282.78 | 1 | 0.46 |
| Hex | A9 | 0 | ED | 1D | 64 | 0 | 7 | 11B | 64 | 2E |
| Octal | 251 | 0 | 355 | 35 | 144 | 0 | 7 | 433 | 144 | 56 |
| Binary | 10101001 | 0 | 11101101 | 11101 | 1100100 | 0 | 111 | 100011011 | 1100100 | 101110 |
Color Harmonies of #A900ED
Complementary color
Monochromatic Colors of #A900ED
Black with #A900ED
Text Example
Text Example
White with #A900ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A900ED; }
p { color: rgb(169,0,237); }
H1.HeaderClassName
{
color: #A900ED;
}
.AnyTagClassName
{
color: #A900ED;
}
</style>
background-color css
<style>
a { background-color: #A900ED; }
a { background-color: rgb(169,0,237); }
div.DivClassName
{
background-color: #A900ED;
}
.BgClassName
{
background-color: #A900ED;
}
</style>
border-color css
<style>
span { border-color: #A900ED; }
span { border-color: rgb(169,0,237); }
td.TdClassName
{
border-color: #A900ED;
}
.TagClassName
{
border-color: #A900ED;
}
</style>