Shades of Electric Purple #AF05ED
Tints of Electric Purple #AF05ED
RGB
CMYK
RGB Variations
Color information
#AF05ED (or 0xAF05ED) is known color: Electric Purple. HEX triplet: AF, 05 and ED. RGB value is (175,5,237). Sum of RGB (Red+Green+Blue) = 175+5+237=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF05ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF05ED is #50FA12. Grayscale: #515151. Windows color (decimal): -5306899 or 15533487. OLE color: 15533487.
HSL color Cylindrical-coordinate representation of color #AF05ED: hue angle of 283.97º 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 #AF05ED is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 5 | 237 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.07 |
| HSL | 283.97º | 0.96% | 0.47% | - |
| HSV(B) | 283.97º | 0.98% | 0.93% | - |
| XYZ | 33.02 | 15.34 | 81.34 | - |
| YUV | 82.28 | 215.32 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 237 | 0.26 | 0.98 | 0 | 0.07 | 283.97 | 0.96 | 0.47 |
| Hex | AF | 5 | ED | 1A | 62 | 0 | 7 | 11C | 60 | 2F |
| Octal | 257 | 5 | 355 | 32 | 142 | 0 | 7 | 434 | 140 | 57 |
| Binary | 10101111 | 101 | 11101101 | 11010 | 1100010 | 0 | 111 | 100011100 | 1100000 | 101111 |
Color Harmonies of #AF05ED
Complementary color
Monochromatic Colors of #AF05ED
Black with #AF05ED
Text Example
Text Example
White with #AF05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF05ED; }
p { color: rgb(175,5,237); }
H1.HeaderClassName
{
color: #AF05ED;
}
.AnyTagClassName
{
color: #AF05ED;
}
</style>
background-color css
<style>
a { background-color: #AF05ED; }
a { background-color: rgb(175,5,237); }
div.DivClassName
{
background-color: #AF05ED;
}
.BgClassName
{
background-color: #AF05ED;
}
</style>
border-color css
<style>
span { border-color: #AF05ED; }
span { border-color: rgb(175,5,237); }
td.TdClassName
{
border-color: #AF05ED;
}
.TagClassName
{
border-color: #AF05ED;
}
</style>