Shades of Electric Purple #AF21EE
Tints of Electric Purple #AF21EE
RGB
CMYK
RGB Variations
Color information
#AF21EE (or 0xAF21EE) is known color: Electric Purple. HEX triplet: AF, 21 and EE. RGB value is (175,33,238). Sum of RGB (Red+Green+Blue) = 175+33+238=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF21EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF21EE is #50DE11. Grayscale: #626262. Windows color (decimal): -5299730 or 15606191. OLE color: 15606191.
HSL color Cylindrical-coordinate representation of color #AF21EE: hue angle of 281.56º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF21EE is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 33 | 238 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.07 |
| HSL | 281.56º | 0.86% | 0.53% | - |
| HSV(B) | 281.56º | 0.86% | 0.93% | - |
| XYZ | 33.66 | 16.37 | 82.28 | - |
| YUV | 98.83 | 206.54 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 238 | 0.26 | 0.86 | 0 | 0.07 | 281.56 | 0.86 | 0.53 |
| Hex | AF | 21 | EE | 1A | 56 | 0 | 7 | 11A | 56 | 35 |
| Octal | 257 | 41 | 356 | 32 | 126 | 0 | 7 | 432 | 126 | 65 |
| Binary | 10101111 | 100001 | 11101110 | 11010 | 1010110 | 0 | 111 | 100011010 | 1010110 | 110101 |
Color Harmonies of #AF21EE
Complementary color
Monochromatic Colors of #AF21EE
Black with #AF21EE
Text Example
Text Example
White with #AF21EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF21EE; }
p { color: rgb(175,33,238); }
H1.HeaderClassName
{
color: #AF21EE;
}
.AnyTagClassName
{
color: #AF21EE;
}
</style>
background-color css
<style>
a { background-color: #AF21EE; }
a { background-color: rgb(175,33,238); }
div.DivClassName
{
background-color: #AF21EE;
}
.BgClassName
{
background-color: #AF21EE;
}
</style>
border-color css
<style>
span { border-color: #AF21EE; }
span { border-color: rgb(175,33,238); }
td.TdClassName
{
border-color: #AF21EE;
}
.TagClassName
{
border-color: #AF21EE;
}
</style>