Shades of Electric Purple #AF13EE
Tints of Electric Purple #AF13EE
RGB
CMYK
RGB Variations
Color information
#AF13EE (or 0xAF13EE) is known color: Electric Purple. HEX triplet: AF, 13 and EE. RGB value is (175,19,238). Sum of RGB (Red+Green+Blue) = 175+19+238=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 19 (7.81% from 255 or 4.40% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF13EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF13EE is #50EC11. Grayscale: #595959. Windows color (decimal): -5303314 or 15602607. OLE color: 15602607.
HSL color Cylindrical-coordinate representation of color #AF13EE: hue angle of 282.74º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF13EE is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 19 | 238 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.07 |
| HSL | 282.74º | 0.87% | 0.5% | - |
| HSV(B) | 282.74º | 0.92% | 0.93% | - |
| XYZ | 33.34 | 15.75 | 82.17 | - |
| YUV | 90.61 | 211.18 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 238 | 0.26 | 0.92 | 0 | 0.07 | 282.74 | 0.87 | 0.5 |
| Hex | AF | 13 | EE | 1A | 5C | 0 | 7 | 11B | 57 | 32 |
| Octal | 257 | 23 | 356 | 32 | 134 | 0 | 7 | 433 | 127 | 62 |
| Binary | 10101111 | 10011 | 11101110 | 11010 | 1011100 | 0 | 111 | 100011011 | 1010111 | 110010 |
Color Harmonies of #AF13EE
Complementary color
Monochromatic Colors of #AF13EE
Black with #AF13EE
Text Example
Text Example
White with #AF13EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF13EE; }
p { color: rgb(175,19,238); }
H1.HeaderClassName
{
color: #AF13EE;
}
.AnyTagClassName
{
color: #AF13EE;
}
</style>
background-color css
<style>
a { background-color: #AF13EE; }
a { background-color: rgb(175,19,238); }
div.DivClassName
{
background-color: #AF13EE;
}
.BgClassName
{
background-color: #AF13EE;
}
</style>
border-color css
<style>
span { border-color: #AF13EE; }
span { border-color: rgb(175,19,238); }
td.TdClassName
{
border-color: #AF13EE;
}
.TagClassName
{
border-color: #AF13EE;
}
</style>