Shades of Electric Purple #AF18EE
Tints of Electric Purple #AF18EE
RGB
CMYK
RGB Variations
Color information
#AF18EE (or 0xAF18EE) is known color: Electric Purple. HEX triplet: AF, 18 and EE. RGB value is (175,24,238). Sum of RGB (Red+Green+Blue) = 175+24+238=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 24 (9.77% from 255 or 5.49% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF18EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF18EE is #50E711. Grayscale: #5C5C5C. Windows color (decimal): -5302034 or 15603887. OLE color: 15603887.
HSL color Cylindrical-coordinate representation of color #AF18EE: hue angle of 282.34º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF18EE is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 24 | 238 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.07 |
| HSL | 282.34º | 0.86% | 0.51% | - |
| HSV(B) | 282.34º | 0.9% | 0.93% | - |
| XYZ | 33.44 | 15.94 | 82.2 | - |
| YUV | 93.55 | 209.53 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 238 | 0.26 | 0.90 | 0 | 0.07 | 282.34 | 0.86 | 0.51 |
| Hex | AF | 18 | EE | 1A | 5A | 0 | 7 | 11A | 56 | 33 |
| Octal | 257 | 30 | 356 | 32 | 132 | 0 | 7 | 432 | 126 | 63 |
| Binary | 10101111 | 11000 | 11101110 | 11010 | 1011010 | 0 | 111 | 100011010 | 1010110 | 110011 |
Color Harmonies of #AF18EE
Complementary color
Monochromatic Colors of #AF18EE
Black with #AF18EE
Text Example
Text Example
White with #AF18EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF18EE; }
p { color: rgb(175,24,238); }
H1.HeaderClassName
{
color: #AF18EE;
}
.AnyTagClassName
{
color: #AF18EE;
}
</style>
background-color css
<style>
a { background-color: #AF18EE; }
a { background-color: rgb(175,24,238); }
div.DivClassName
{
background-color: #AF18EE;
}
.BgClassName
{
background-color: #AF18EE;
}
</style>
border-color css
<style>
span { border-color: #AF18EE; }
span { border-color: rgb(175,24,238); }
td.TdClassName
{
border-color: #AF18EE;
}
.TagClassName
{
border-color: #AF18EE;
}
</style>