Shades of Electric Purple #AF05EE
Tints of Electric Purple #AF05EE
RGB
CMYK
RGB Variations
Color information
#AF05EE (or 0xAF05EE) is known color: Electric Purple. HEX triplet: AF, 05 and EE. RGB value is (175,5,238). Sum of RGB (Red+Green+Blue) = 175+5+238=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF05EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF05EE is #50FA11. Grayscale: #515151. Windows color (decimal): -5306898 or 15599023. OLE color: 15599023.
HSL color Cylindrical-coordinate representation of color #AF05EE: hue angle of 283.78º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF05EE is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 5 | 238 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.07 |
| HSL | 283.78º | 0.96% | 0.48% | - |
| HSV(B) | 283.78º | 0.98% | 0.93% | - |
| XYZ | 33.17 | 15.4 | 82.11 | - |
| YUV | 82.39 | 215.82 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 238 | 0.26 | 0.98 | 0 | 0.07 | 283.78 | 0.96 | 0.48 |
| Hex | AF | 5 | EE | 1A | 62 | 0 | 7 | 11C | 60 | 30 |
| Octal | 257 | 5 | 356 | 32 | 142 | 0 | 7 | 434 | 140 | 60 |
| Binary | 10101111 | 101 | 11101110 | 11010 | 1100010 | 0 | 111 | 100011100 | 1100000 | 110000 |
Color Harmonies of #AF05EE
Complementary color
Monochromatic Colors of #AF05EE
Black with #AF05EE
Text Example
Text Example
White with #AF05EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF05EE; }
p { color: rgb(175,5,238); }
H1.HeaderClassName
{
color: #AF05EE;
}
.AnyTagClassName
{
color: #AF05EE;
}
</style>
background-color css
<style>
a { background-color: #AF05EE; }
a { background-color: rgb(175,5,238); }
div.DivClassName
{
background-color: #AF05EE;
}
.BgClassName
{
background-color: #AF05EE;
}
</style>
border-color css
<style>
span { border-color: #AF05EE; }
span { border-color: rgb(175,5,238); }
td.TdClassName
{
border-color: #AF05EE;
}
.TagClassName
{
border-color: #AF05EE;
}
</style>