Shades of Electric Purple #AF0EED
Tints of Electric Purple #AF0EED
RGB
CMYK
RGB Variations
Color information
#AF0EED (or 0xAF0EED) is known color: Electric Purple. HEX triplet: AF, 0E and ED. RGB value is (175,14,237). Sum of RGB (Red+Green+Blue) = 175+14+237=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF0EED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0EED is #50F112. Grayscale: #565656. Windows color (decimal): -5304595 or 15535791. OLE color: 15535791.
HSL color Cylindrical-coordinate representation of color #AF0EED: hue angle of 283.32º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0EED is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 14 | 237 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.07 |
| HSL | 283.32º | 0.89% | 0.49% | - |
| HSV(B) | 283.32º | 0.94% | 0.93% | - |
| XYZ | 33.12 | 15.54 | 81.38 | - |
| YUV | 87.56 | 212.34 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 237 | 0.26 | 0.94 | 0 | 0.07 | 283.32 | 0.89 | 0.49 |
| Hex | AF | E | ED | 1A | 5E | 0 | 7 | 11B | 59 | 31 |
| Octal | 257 | 16 | 355 | 32 | 136 | 0 | 7 | 433 | 131 | 61 |
| Binary | 10101111 | 1110 | 11101101 | 11010 | 1011110 | 0 | 111 | 100011011 | 1011001 | 110001 |
Color Harmonies of #AF0EED
Complementary color
Monochromatic Colors of #AF0EED
Black with #AF0EED
Text Example
Text Example
White with #AF0EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0EED; }
p { color: rgb(175,14,237); }
H1.HeaderClassName
{
color: #AF0EED;
}
.AnyTagClassName
{
color: #AF0EED;
}
</style>
background-color css
<style>
a { background-color: #AF0EED; }
a { background-color: rgb(175,14,237); }
div.DivClassName
{
background-color: #AF0EED;
}
.BgClassName
{
background-color: #AF0EED;
}
</style>
border-color css
<style>
span { border-color: #AF0EED; }
span { border-color: rgb(175,14,237); }
td.TdClassName
{
border-color: #AF0EED;
}
.TagClassName
{
border-color: #AF0EED;
}
</style>