Shades of Electric Purple #AF09EE
Tints of Electric Purple #AF09EE
RGB
CMYK
RGB Variations
Color information
#AF09EE (or 0xAF09EE) is known color: Electric Purple. HEX triplet: AF, 09 and EE. RGB value is (175,9,238). Sum of RGB (Red+Green+Blue) = 175+9+238=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF09EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF09EE is #50F611. Grayscale: #535353. Windows color (decimal): -5305874 or 15600047. OLE color: 15600047.
HSL color Cylindrical-coordinate representation of color #AF09EE: hue angle of 283.49º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF09EE is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 9 | 238 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.07 |
| HSL | 283.49º | 0.93% | 0.48% | - |
| HSV(B) | 283.49º | 0.96% | 0.93% | - |
| XYZ | 33.21 | 15.48 | 82.13 | - |
| YUV | 84.74 | 214.5 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 238 | 0.26 | 0.96 | 0 | 0.07 | 283.49 | 0.93 | 0.48 |
| Hex | AF | 9 | EE | 1A | 60 | 0 | 7 | 11B | 5D | 30 |
| Octal | 257 | 11 | 356 | 32 | 140 | 0 | 7 | 433 | 135 | 60 |
| Binary | 10101111 | 1001 | 11101110 | 11010 | 1100000 | 0 | 111 | 100011011 | 1011101 | 110000 |
Color Harmonies of #AF09EE
Complementary color
Monochromatic Colors of #AF09EE
Black with #AF09EE
Text Example
Text Example
White with #AF09EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF09EE; }
p { color: rgb(175,9,238); }
H1.HeaderClassName
{
color: #AF09EE;
}
.AnyTagClassName
{
color: #AF09EE;
}
</style>
background-color css
<style>
a { background-color: #AF09EE; }
a { background-color: rgb(175,9,238); }
div.DivClassName
{
background-color: #AF09EE;
}
.BgClassName
{
background-color: #AF09EE;
}
</style>
border-color css
<style>
span { border-color: #AF09EE; }
span { border-color: rgb(175,9,238); }
td.TdClassName
{
border-color: #AF09EE;
}
.TagClassName
{
border-color: #AF09EE;
}
</style>