Shades of Electric Purple #AF10EB
Tints of Electric Purple #AF10EB
RGB
CMYK
RGB Variations
Color information
#AF10EB (or 0xAF10EB) is known color: Electric Purple. HEX triplet: AF, 10 and EB. RGB value is (175,16,235). Sum of RGB (Red+Green+Blue) = 175+16+235=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF10EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF10EB is #50EF14. Grayscale: #575757. Windows color (decimal): -5304085 or 15405231. OLE color: 15405231.
HSL color Cylindrical-coordinate representation of color #AF10EB: hue angle of 283.56º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF10EB is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 16 | 235 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.08 |
| HSL | 283.56º | 0.87% | 0.49% | - |
| HSV(B) | 283.56º | 0.93% | 0.92% | - |
| XYZ | 32.86 | 15.48 | 79.85 | - |
| YUV | 88.51 | 210.68 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 235 | 0.26 | 0.93 | 0 | 0.08 | 283.56 | 0.87 | 0.49 |
| Hex | AF | 10 | EB | 1A | 5D | 0 | 8 | 11C | 57 | 31 |
| Octal | 257 | 20 | 353 | 32 | 135 | 0 | 10 | 434 | 127 | 61 |
| Binary | 10101111 | 10000 | 11101011 | 11010 | 1011101 | 0 | 1000 | 100011100 | 1010111 | 110001 |
Color Harmonies of #AF10EB
Complementary color
Monochromatic Colors of #AF10EB
Black with #AF10EB
Text Example
Text Example
White with #AF10EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10EB; }
p { color: rgb(175,16,235); }
H1.HeaderClassName
{
color: #AF10EB;
}
.AnyTagClassName
{
color: #AF10EB;
}
</style>
background-color css
<style>
a { background-color: #AF10EB; }
a { background-color: rgb(175,16,235); }
div.DivClassName
{
background-color: #AF10EB;
}
.BgClassName
{
background-color: #AF10EB;
}
</style>
border-color css
<style>
span { border-color: #AF10EB; }
span { border-color: rgb(175,16,235); }
td.TdClassName
{
border-color: #AF10EB;
}
.TagClassName
{
border-color: #AF10EB;
}
</style>