Shades of Electric Purple #AF0EFF
Tints of Electric Purple #AF0EFF
RGB
CMYK
RGB Variations
Color information
#AF0EFF (or 0xAF0EFF) is known color: Electric Purple. HEX triplet: AF, 0E and FF. RGB value is (175,14,255). Sum of RGB (Red+Green+Blue) = 175+14+255=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 14 (5.86% from 255 or 3.15% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF0EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0EFF is #50F100. Grayscale: #585858. Windows color (decimal): -5304577 or 16715439. OLE color: 16715439.
HSL color Cylindrical-coordinate representation of color #AF0EFF: hue angle of 280.08º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0EFF is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 14 | 255 | - |
| CMYK | 0.31 | 0.95 | 0 | 0 |
| HSL | 280.08º | 1% | 0.53% | - |
| HSV(B) | 280.08º | 0.95% | 1% | - |
| XYZ | 35.89 | 16.65 | 95.93 | - |
| YUV | 89.61 | 221.34 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 255 | 0.31 | 0.95 | 0 | 0 | 280.08 | 1 | 0.53 |
| Hex | AF | E | FF | 1F | 5F | 0 | 0 | 118 | 64 | 35 |
| Octal | 257 | 16 | 377 | 37 | 137 | 0 | 0 | 430 | 144 | 65 |
| Binary | 10101111 | 1110 | 11111111 | 11111 | 1011111 | 0 | 0 | 100011000 | 1100100 | 110101 |
Color Harmonies of #AF0EFF
Complementary color
Monochromatic Colors of #AF0EFF
Black with #AF0EFF
Text Example
Text Example
White with #AF0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0EFF; }
p { color: rgb(175,14,255); }
H1.HeaderClassName
{
color: #AF0EFF;
}
.AnyTagClassName
{
color: #AF0EFF;
}
</style>
background-color css
<style>
a { background-color: #AF0EFF; }
a { background-color: rgb(175,14,255); }
div.DivClassName
{
background-color: #AF0EFF;
}
.BgClassName
{
background-color: #AF0EFF;
}
</style>
border-color css
<style>
span { border-color: #AF0EFF; }
span { border-color: rgb(175,14,255); }
td.TdClassName
{
border-color: #AF0EFF;
}
.TagClassName
{
border-color: #AF0EFF;
}
</style>