Shades of Electric Purple #AF12EE
Tints of Electric Purple #AF12EE
RGB
CMYK
RGB Variations
Color information
#AF12EE (or 0xAF12EE) is known color: Electric Purple. HEX triplet: AF, 12 and EE. RGB value is (175,18,238). Sum of RGB (Red+Green+Blue) = 175+18+238=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF12EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF12EE is #50ED11. Grayscale: #595959. Windows color (decimal): -5303570 or 15602351. OLE color: 15602351.
HSL color Cylindrical-coordinate representation of color #AF12EE: hue angle of 282.82º 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 #AF12EE is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 18 | 238 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.07 |
| HSL | 282.82º | 0.87% | 0.5% | - |
| HSV(B) | 282.82º | 0.92% | 0.93% | - |
| XYZ | 33.33 | 15.72 | 82.17 | - |
| YUV | 90.02 | 211.51 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 238 | 0.26 | 0.92 | 0 | 0.07 | 282.82 | 0.87 | 0.5 |
| Hex | AF | 12 | EE | 1A | 5C | 0 | 7 | 11B | 57 | 32 |
| Octal | 257 | 22 | 356 | 32 | 134 | 0 | 7 | 433 | 127 | 62 |
| Binary | 10101111 | 10010 | 11101110 | 11010 | 1011100 | 0 | 111 | 100011011 | 1010111 | 110010 |
Color Harmonies of #AF12EE
Complementary color
Monochromatic Colors of #AF12EE
Black with #AF12EE
Text Example
Text Example
White with #AF12EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12EE; }
p { color: rgb(175,18,238); }
H1.HeaderClassName
{
color: #AF12EE;
}
.AnyTagClassName
{
color: #AF12EE;
}
</style>
background-color css
<style>
a { background-color: #AF12EE; }
a { background-color: rgb(175,18,238); }
div.DivClassName
{
background-color: #AF12EE;
}
.BgClassName
{
background-color: #AF12EE;
}
</style>
border-color css
<style>
span { border-color: #AF12EE; }
span { border-color: rgb(175,18,238); }
td.TdClassName
{
border-color: #AF12EE;
}
.TagClassName
{
border-color: #AF12EE;
}
</style>