Shades of Electric Purple #AF09ED
Tints of Electric Purple #AF09ED
RGB
CMYK
RGB Variations
Color information
#AF09ED (or 0xAF09ED) is known color: Electric Purple. HEX triplet: AF, 09 and ED. RGB value is (175,9,237). Sum of RGB (Red+Green+Blue) = 175+9+237=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 9 (3.91% from 255 or 2.14% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF09ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF09ED is #50F612. Grayscale: #535353. Windows color (decimal): -5305875 or 15534511. OLE color: 15534511.
HSL color Cylindrical-coordinate representation of color #AF09ED: hue angle of 283.68º 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 #AF09ED is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 9 | 237 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.07 |
| HSL | 283.68º | 0.93% | 0.48% | - |
| HSV(B) | 283.68º | 0.96% | 0.93% | - |
| XYZ | 33.06 | 15.42 | 81.36 | - |
| YUV | 84.63 | 214 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 237 | 0.26 | 0.96 | 0 | 0.07 | 283.68 | 0.93 | 0.48 |
| Hex | AF | 9 | ED | 1A | 60 | 0 | 7 | 11C | 5D | 30 |
| Octal | 257 | 11 | 355 | 32 | 140 | 0 | 7 | 434 | 135 | 60 |
| Binary | 10101111 | 1001 | 11101101 | 11010 | 1100000 | 0 | 111 | 100011100 | 1011101 | 110000 |
Color Harmonies of #AF09ED
Complementary color
Monochromatic Colors of #AF09ED
Black with #AF09ED
Text Example
Text Example
White with #AF09ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF09ED; }
p { color: rgb(175,9,237); }
H1.HeaderClassName
{
color: #AF09ED;
}
.AnyTagClassName
{
color: #AF09ED;
}
</style>
background-color css
<style>
a { background-color: #AF09ED; }
a { background-color: rgb(175,9,237); }
div.DivClassName
{
background-color: #AF09ED;
}
.BgClassName
{
background-color: #AF09ED;
}
</style>
border-color css
<style>
span { border-color: #AF09ED; }
span { border-color: rgb(175,9,237); }
td.TdClassName
{
border-color: #AF09ED;
}
.TagClassName
{
border-color: #AF09ED;
}
</style>