Shades of Electric Purple #AF0AED
Tints of Electric Purple #AF0AED
RGB
CMYK
RGB Variations
Color information
#AF0AED (or 0xAF0AED) is known color: Electric Purple. HEX triplet: AF, 0A and ED. RGB value is (175,10,237). Sum of RGB (Red+Green+Blue) = 175+10+237=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF0AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0AED is #50F512. Grayscale: #545454. Windows color (decimal): -5305619 or 15534767. OLE color: 15534767.
HSL color Cylindrical-coordinate representation of color #AF0AED: hue angle of 283.61º degrees, saturation: 0.92, 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 #AF0AED is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 10 | 237 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.07 |
| HSL | 283.61º | 0.92% | 0.48% | - |
| HSV(B) | 283.61º | 0.96% | 0.93% | - |
| XYZ | 33.07 | 15.45 | 81.36 | - |
| YUV | 85.21 | 213.66 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 237 | 0.26 | 0.96 | 0 | 0.07 | 283.61 | 0.92 | 0.48 |
| Hex | AF | A | ED | 1A | 60 | 0 | 7 | 11C | 5C | 30 |
| Octal | 257 | 12 | 355 | 32 | 140 | 0 | 7 | 434 | 134 | 60 |
| Binary | 10101111 | 1010 | 11101101 | 11010 | 1100000 | 0 | 111 | 100011100 | 1011100 | 110000 |
Color Harmonies of #AF0AED
Complementary color
Monochromatic Colors of #AF0AED
Black with #AF0AED
Text Example
Text Example
White with #AF0AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0AED; }
p { color: rgb(175,10,237); }
H1.HeaderClassName
{
color: #AF0AED;
}
.AnyTagClassName
{
color: #AF0AED;
}
</style>
background-color css
<style>
a { background-color: #AF0AED; }
a { background-color: rgb(175,10,237); }
div.DivClassName
{
background-color: #AF0AED;
}
.BgClassName
{
background-color: #AF0AED;
}
</style>
border-color css
<style>
span { border-color: #AF0AED; }
span { border-color: rgb(175,10,237); }
td.TdClassName
{
border-color: #AF0AED;
}
.TagClassName
{
border-color: #AF0AED;
}
</style>