Shades of Electric Purple #AF16EE
Tints of Electric Purple #AF16EE
RGB
CMYK
RGB Variations
Color information
#AF16EE (or 0xAF16EE) is known color: Electric Purple. HEX triplet: AF, 16 and EE. RGB value is (175,22,238). Sum of RGB (Red+Green+Blue) = 175+22+238=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF16EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF16EE is #50E911. Grayscale: #5B5B5B. Windows color (decimal): -5302546 or 15603375. OLE color: 15603375.
HSL color Cylindrical-coordinate representation of color #AF16EE: hue angle of 282.5º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF16EE is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 22 | 238 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.07 |
| HSL | 282.5º | 0.86% | 0.51% | - |
| HSV(B) | 282.5º | 0.91% | 0.93% | - |
| XYZ | 33.4 | 15.86 | 82.19 | - |
| YUV | 92.37 | 210.19 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 238 | 0.26 | 0.91 | 0 | 0.07 | 282.5 | 0.86 | 0.51 |
| Hex | AF | 16 | EE | 1A | 5B | 0 | 7 | 11A | 56 | 33 |
| Octal | 257 | 26 | 356 | 32 | 133 | 0 | 7 | 432 | 126 | 63 |
| Binary | 10101111 | 10110 | 11101110 | 11010 | 1011011 | 0 | 111 | 100011010 | 1010110 | 110011 |
Color Harmonies of #AF16EE
Complementary color
Monochromatic Colors of #AF16EE
Black with #AF16EE
Text Example
Text Example
White with #AF16EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16EE; }
p { color: rgb(175,22,238); }
H1.HeaderClassName
{
color: #AF16EE;
}
.AnyTagClassName
{
color: #AF16EE;
}
</style>
background-color css
<style>
a { background-color: #AF16EE; }
a { background-color: rgb(175,22,238); }
div.DivClassName
{
background-color: #AF16EE;
}
.BgClassName
{
background-color: #AF16EE;
}
</style>
border-color css
<style>
span { border-color: #AF16EE; }
span { border-color: rgb(175,22,238); }
td.TdClassName
{
border-color: #AF16EE;
}
.TagClassName
{
border-color: #AF16EE;
}
</style>