Shades of Electric Purple #AF11E7
Tints of Electric Purple #AF11E7
RGB
CMYK
RGB Variations
Color information
#AF11E7 (or 0xAF11E7) is known color: Electric Purple. HEX triplet: AF, 11 and E7. RGB value is (175,17,231). Sum of RGB (Red+Green+Blue) = 175+17+231=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 231 (90.62% from 255 or 54.61% from 423); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF11E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF11E7 is #50EE18. Grayscale: #575757. Windows color (decimal): -5303833 or 15143343. OLE color: 15143343.
HSL color Cylindrical-coordinate representation of color #AF11E7: hue angle of 284.3º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF11E7 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 17 | 231 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.09 |
| HSL | 284.3º | 0.86% | 0.49% | - |
| HSV(B) | 284.3º | 0.93% | 0.91% | - |
| XYZ | 32.3 | 15.28 | 76.85 | - |
| YUV | 88.64 | 208.35 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 231 | 0.24 | 0.93 | 0 | 0.09 | 284.3 | 0.86 | 0.49 |
| Hex | AF | 11 | E7 | 18 | 5D | 0 | 9 | 11C | 56 | 31 |
| Octal | 257 | 21 | 347 | 30 | 135 | 0 | 11 | 434 | 126 | 61 |
| Binary | 10101111 | 10001 | 11100111 | 11000 | 1011101 | 0 | 1001 | 100011100 | 1010110 | 110001 |
Color Harmonies of #AF11E7
Complementary color
Monochromatic Colors of #AF11E7
Black with #AF11E7
Text Example
Text Example
White with #AF11E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11E7; }
p { color: rgb(175,17,231); }
H1.HeaderClassName
{
color: #AF11E7;
}
.AnyTagClassName
{
color: #AF11E7;
}
</style>
background-color css
<style>
a { background-color: #AF11E7; }
a { background-color: rgb(175,17,231); }
div.DivClassName
{
background-color: #AF11E7;
}
.BgClassName
{
background-color: #AF11E7;
}
</style>
border-color css
<style>
span { border-color: #AF11E7; }
span { border-color: rgb(175,17,231); }
td.TdClassName
{
border-color: #AF11E7;
}
.TagClassName
{
border-color: #AF11E7;
}
</style>