Shades of Electric Purple #AF10E8
Tints of Electric Purple #AF10E8
RGB
CMYK
RGB Variations
Color information
#AF10E8 (or 0xAF10E8) is known color: Electric Purple. HEX triplet: AF, 10 and E8. RGB value is (175,16,232). Sum of RGB (Red+Green+Blue) = 175+16+232=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 232 (91.02% from 255 or 54.85% from 423); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF10E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF10E8 is #50EF17. Grayscale: #575757. Windows color (decimal): -5304088 or 15208623. OLE color: 15208623.
HSL color Cylindrical-coordinate representation of color #AF10E8: hue angle of 284.17º degrees, saturation: 0.87, 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 #AF10E8 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 16 | 232 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.09 |
| HSL | 284.17º | 0.87% | 0.49% | - |
| HSV(B) | 284.17º | 0.93% | 0.91% | - |
| XYZ | 32.43 | 15.31 | 77.59 | - |
| YUV | 88.17 | 209.18 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 232 | 0.25 | 0.93 | 0 | 0.09 | 284.17 | 0.87 | 0.49 |
| Hex | AF | 10 | E8 | 19 | 5D | 0 | 9 | 11C | 57 | 31 |
| Octal | 257 | 20 | 350 | 31 | 135 | 0 | 11 | 434 | 127 | 61 |
| Binary | 10101111 | 10000 | 11101000 | 11001 | 1011101 | 0 | 1001 | 100011100 | 1010111 | 110001 |
Color Harmonies of #AF10E8
Complementary color
Monochromatic Colors of #AF10E8
Black with #AF10E8
Text Example
Text Example
White with #AF10E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10E8; }
p { color: rgb(175,16,232); }
H1.HeaderClassName
{
color: #AF10E8;
}
.AnyTagClassName
{
color: #AF10E8;
}
</style>
background-color css
<style>
a { background-color: #AF10E8; }
a { background-color: rgb(175,16,232); }
div.DivClassName
{
background-color: #AF10E8;
}
.BgClassName
{
background-color: #AF10E8;
}
</style>
border-color css
<style>
span { border-color: #AF10E8; }
span { border-color: rgb(175,16,232); }
td.TdClassName
{
border-color: #AF10E8;
}
.TagClassName
{
border-color: #AF10E8;
}
</style>