Shades of Electric Purple #AF15EA
Tints of Electric Purple #AF15EA
RGB
CMYK
RGB Variations
Color information
#AF15EA (or 0xAF15EA) is known color: Electric Purple. HEX triplet: AF, 15 and EA. RGB value is (175,21,234). Sum of RGB (Red+Green+Blue) = 175+21+234=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF15EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF15EA is #50EA15. Grayscale: #5A5A5A. Windows color (decimal): -5302806 or 15340975. OLE color: 15340975.
HSL color Cylindrical-coordinate representation of color #AF15EA: hue angle of 283.38º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF15EA is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 21 | 234 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.08 |
| HSL | 283.38º | 0.84% | 0.5% | - |
| HSV(B) | 283.38º | 0.91% | 0.92% | - |
| XYZ | 32.8 | 15.59 | 79.12 | - |
| YUV | 91.33 | 208.52 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 234 | 0.25 | 0.91 | 0 | 0.08 | 283.38 | 0.84 | 0.5 |
| Hex | AF | 15 | EA | 19 | 5B | 0 | 8 | 11B | 54 | 32 |
| Octal | 257 | 25 | 352 | 31 | 133 | 0 | 10 | 433 | 124 | 62 |
| Binary | 10101111 | 10101 | 11101010 | 11001 | 1011011 | 0 | 1000 | 100011011 | 1010100 | 110010 |
Color Harmonies of #AF15EA
Complementary color
Monochromatic Colors of #AF15EA
Black with #AF15EA
Text Example
Text Example
White with #AF15EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF15EA; }
p { color: rgb(175,21,234); }
H1.HeaderClassName
{
color: #AF15EA;
}
.AnyTagClassName
{
color: #AF15EA;
}
</style>
background-color css
<style>
a { background-color: #AF15EA; }
a { background-color: rgb(175,21,234); }
div.DivClassName
{
background-color: #AF15EA;
}
.BgClassName
{
background-color: #AF15EA;
}
</style>
border-color css
<style>
span { border-color: #AF15EA; }
span { border-color: rgb(175,21,234); }
td.TdClassName
{
border-color: #AF15EA;
}
.TagClassName
{
border-color: #AF15EA;
}
</style>