Shades of Electric Purple #AF01ED
Tints of Electric Purple #AF01ED
RGB
CMYK
RGB Variations
Color information
#AF01ED (or 0xAF01ED) is known color: Electric Purple. HEX triplet: AF, 01 and ED. RGB value is (175,1,237). Sum of RGB (Red+Green+Blue) = 175+1+237=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF01ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF01ED is #50FE12. Grayscale: #4F4F4F. Windows color (decimal): -5307923 or 15532463. OLE color: 15532463.
HSL color Cylindrical-coordinate representation of color #AF01ED: hue angle of 284.24º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF01ED is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 1 | 237 | - |
| CMYK | 0.26 | 1.00 | 0 | 0.07 |
| HSL | 284.24º | 0.99% | 0.47% | - |
| HSV(B) | 284.24º | 1% | 0.93% | - |
| XYZ | 32.98 | 15.25 | 81.33 | - |
| YUV | 79.93 | 216.65 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 237 | 0.26 | 1.00 | 0 | 0.07 | 284.24 | 0.99 | 0.47 |
| Hex | AF | 1 | ED | 1A | 64 | 0 | 7 | 11C | 63 | 2F |
| Octal | 257 | 1 | 355 | 32 | 144 | 0 | 7 | 434 | 143 | 57 |
| Binary | 10101111 | 1 | 11101101 | 11010 | 1100100 | 0 | 111 | 100011100 | 1100011 | 101111 |
Color Harmonies of #AF01ED
Complementary color
Monochromatic Colors of #AF01ED
Black with #AF01ED
Text Example
Text Example
White with #AF01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01ED; }
p { color: rgb(175,1,237); }
H1.HeaderClassName
{
color: #AF01ED;
}
.AnyTagClassName
{
color: #AF01ED;
}
</style>
background-color css
<style>
a { background-color: #AF01ED; }
a { background-color: rgb(175,1,237); }
div.DivClassName
{
background-color: #AF01ED;
}
.BgClassName
{
background-color: #AF01ED;
}
</style>
border-color css
<style>
span { border-color: #AF01ED; }
span { border-color: rgb(175,1,237); }
td.TdClassName
{
border-color: #AF01ED;
}
.TagClassName
{
border-color: #AF01ED;
}
</style>