Shades of Electric Purple #AF20EE
Tints of Electric Purple #AF20EE
RGB
CMYK
RGB Variations
Color information
#AF20EE (or 0xAF20EE) is known color: Electric Purple. HEX triplet: AF, 20 and EE. RGB value is (175,32,238). Sum of RGB (Red+Green+Blue) = 175+32+238=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF20EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF20EE is #50DF11. Grayscale: #616161. Windows color (decimal): -5299986 or 15605935. OLE color: 15605935.
HSL color Cylindrical-coordinate representation of color #AF20EE: hue angle of 281.65º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF20EE is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 32 | 238 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.07 |
| HSL | 281.65º | 0.86% | 0.53% | - |
| HSV(B) | 281.65º | 0.87% | 0.93% | - |
| XYZ | 33.63 | 16.32 | 82.27 | - |
| YUV | 98.24 | 206.88 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 238 | 0.26 | 0.87 | 0 | 0.07 | 281.65 | 0.86 | 0.53 |
| Hex | AF | 20 | EE | 1A | 57 | 0 | 7 | 11A | 56 | 35 |
| Octal | 257 | 40 | 356 | 32 | 127 | 0 | 7 | 432 | 126 | 65 |
| Binary | 10101111 | 100000 | 11101110 | 11010 | 1010111 | 0 | 111 | 100011010 | 1010110 | 110101 |
Color Harmonies of #AF20EE
Complementary color
Monochromatic Colors of #AF20EE
Black with #AF20EE
Text Example
Text Example
White with #AF20EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20EE; }
p { color: rgb(175,32,238); }
H1.HeaderClassName
{
color: #AF20EE;
}
.AnyTagClassName
{
color: #AF20EE;
}
</style>
background-color css
<style>
a { background-color: #AF20EE; }
a { background-color: rgb(175,32,238); }
div.DivClassName
{
background-color: #AF20EE;
}
.BgClassName
{
background-color: #AF20EE;
}
</style>
border-color css
<style>
span { border-color: #AF20EE; }
span { border-color: rgb(175,32,238); }
td.TdClassName
{
border-color: #AF20EE;
}
.TagClassName
{
border-color: #AF20EE;
}
</style>