Shades of Electric Purple #AF09EF
Tints of Electric Purple #AF09EF
RGB
CMYK
RGB Variations
Color information
#AF09EF (or 0xAF09EF) is known color: Electric Purple. HEX triplet: AF, 09 and EF. RGB value is (175,9,239). Sum of RGB (Red+Green+Blue) = 175+9+239=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF09EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF09EF is #50F610. Grayscale: #545454. Windows color (decimal): -5305873 or 15665583. OLE color: 15665583.
HSL color Cylindrical-coordinate representation of color #AF09EF: hue angle of 283.3º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF09EF is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 9 | 239 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.06 |
| HSL | 283.3º | 0.93% | 0.49% | - |
| HSV(B) | 283.3º | 0.96% | 0.94% | - |
| XYZ | 33.36 | 15.54 | 82.9 | - |
| YUV | 84.85 | 215 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 239 | 0.27 | 0.96 | 0 | 0.06 | 283.3 | 0.93 | 0.49 |
| Hex | AF | 9 | EF | 1B | 60 | 0 | 6 | 11B | 5D | 31 |
| Octal | 257 | 11 | 357 | 33 | 140 | 0 | 6 | 433 | 135 | 61 |
| Binary | 10101111 | 1001 | 11101111 | 11011 | 1100000 | 0 | 110 | 100011011 | 1011101 | 110001 |
Color Harmonies of #AF09EF
Complementary color
Monochromatic Colors of #AF09EF
Black with #AF09EF
Text Example
Text Example
White with #AF09EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF09EF; }
p { color: rgb(175,9,239); }
H1.HeaderClassName
{
color: #AF09EF;
}
.AnyTagClassName
{
color: #AF09EF;
}
</style>
background-color css
<style>
a { background-color: #AF09EF; }
a { background-color: rgb(175,9,239); }
div.DivClassName
{
background-color: #AF09EF;
}
.BgClassName
{
background-color: #AF09EF;
}
</style>
border-color css
<style>
span { border-color: #AF09EF; }
span { border-color: rgb(175,9,239); }
td.TdClassName
{
border-color: #AF09EF;
}
.TagClassName
{
border-color: #AF09EF;
}
</style>