Shades of Electric Purple #AF01EE
Tints of Electric Purple #AF01EE
RGB
CMYK
RGB Variations
Color information
#AF01EE (or 0xAF01EE) is known color: Electric Purple. HEX triplet: AF, 01 and EE. RGB value is (175,1,238). Sum of RGB (Red+Green+Blue) = 175+1+238=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF01EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF01EE is #50FE11. Grayscale: #4F4F4F. Windows color (decimal): -5307922 or 15597999. OLE color: 15597999.
HSL color Cylindrical-coordinate representation of color #AF01EE: hue angle of 284.05º 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 #AF01EE is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 1 | 238 | - |
| CMYK | 0.26 | 1.00 | 0 | 0.07 |
| HSL | 284.05º | 0.99% | 0.47% | - |
| HSV(B) | 284.05º | 1% | 0.93% | - |
| XYZ | 33.12 | 15.31 | 82.1 | - |
| YUV | 80.04 | 217.15 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 238 | 0.26 | 1.00 | 0 | 0.07 | 284.05 | 0.99 | 0.47 |
| Hex | AF | 1 | EE | 1A | 64 | 0 | 7 | 11C | 63 | 2F |
| Octal | 257 | 1 | 356 | 32 | 144 | 0 | 7 | 434 | 143 | 57 |
| Binary | 10101111 | 1 | 11101110 | 11010 | 1100100 | 0 | 111 | 100011100 | 1100011 | 101111 |
Color Harmonies of #AF01EE
Complementary color
Monochromatic Colors of #AF01EE
Black with #AF01EE
Text Example
Text Example
White with #AF01EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01EE; }
p { color: rgb(175,1,238); }
H1.HeaderClassName
{
color: #AF01EE;
}
.AnyTagClassName
{
color: #AF01EE;
}
</style>
background-color css
<style>
a { background-color: #AF01EE; }
a { background-color: rgb(175,1,238); }
div.DivClassName
{
background-color: #AF01EE;
}
.BgClassName
{
background-color: #AF01EE;
}
</style>
border-color css
<style>
span { border-color: #AF01EE; }
span { border-color: rgb(175,1,238); }
td.TdClassName
{
border-color: #AF01EE;
}
.TagClassName
{
border-color: #AF01EE;
}
</style>