Shades of Electric Purple #AF00EE
Tints of Electric Purple #AF00EE
RGB
CMYK
RGB Variations
Color information
#AF00EE (or 0xAF00EE) is known color: Electric Purple. HEX triplet: AF, 00 and EE. RGB value is (175,0,238). Sum of RGB (Red+Green+Blue) = 175+0+238=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF00EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF00EE is #50FF11. Grayscale: #4E4E4E. Windows color (decimal): -5308178 or 15597743. OLE color: 15597743.
HSL color Cylindrical-coordinate representation of color #AF00EE: hue angle of 284.12º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00EE is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 0 | 238 | - |
| CMYK | 0.26 | 1 | 0 | 0.07 |
| HSL | 284.12º | 1% | 0.47% | - |
| HSV(B) | 284.12º | 1% | 0.93% | - |
| XYZ | 33.11 | 15.29 | 82.09 | - |
| YUV | 79.46 | 217.48 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 238 | 0.26 | 1 | 0 | 0.07 | 284.12 | 1 | 0.47 |
| Hex | AF | 0 | EE | 1A | 64 | 0 | 7 | 11C | 64 | 2F |
| Octal | 257 | 0 | 356 | 32 | 144 | 0 | 7 | 434 | 144 | 57 |
| Binary | 10101111 | 0 | 11101110 | 11010 | 1100100 | 0 | 111 | 100011100 | 1100100 | 101111 |
Color Harmonies of #AF00EE
Complementary color
Monochromatic Colors of #AF00EE
Black with #AF00EE
Text Example
Text Example
White with #AF00EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF00EE; }
p { color: rgb(175,0,238); }
H1.HeaderClassName
{
color: #AF00EE;
}
.AnyTagClassName
{
color: #AF00EE;
}
</style>
background-color css
<style>
a { background-color: #AF00EE; }
a { background-color: rgb(175,0,238); }
div.DivClassName
{
background-color: #AF00EE;
}
.BgClassName
{
background-color: #AF00EE;
}
</style>
border-color css
<style>
span { border-color: #AF00EE; }
span { border-color: rgb(175,0,238); }
td.TdClassName
{
border-color: #AF00EE;
}
.TagClassName
{
border-color: #AF00EE;
}
</style>