Shades of Electric Purple #AF05E4
Tints of Electric Purple #AF05E4
RGB
CMYK
RGB Variations
Color information
#AF05E4 (or 0xAF05E4) is known color: Electric Purple. HEX triplet: AF, 05 and E4. RGB value is (175,5,228). Sum of RGB (Red+Green+Blue) = 175+5+228=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 228 (89.45% from 255 or 55.88% from 408); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF05E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF05E4 is #50FA1B. Grayscale: #505050. Windows color (decimal): -5306908 or 14943663. OLE color: 14943663.
HSL color Cylindrical-coordinate representation of color #AF05E4: hue angle of 285.74º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF05E4 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 5 | 228 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.11 |
| HSL | 285.74º | 0.96% | 0.46% | - |
| HSV(B) | 285.74º | 0.98% | 0.89% | - |
| XYZ | 31.74 | 14.82 | 74.59 | - |
| YUV | 81.25 | 210.82 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 228 | 0.23 | 0.98 | 0 | 0.11 | 285.74 | 0.96 | 0.46 |
| Hex | AF | 5 | E4 | 17 | 62 | 0 | B | 11E | 60 | 2E |
| Octal | 257 | 5 | 344 | 27 | 142 | 0 | 13 | 436 | 140 | 56 |
| Binary | 10101111 | 101 | 11100100 | 10111 | 1100010 | 0 | 1011 | 100011110 | 1100000 | 101110 |
Color Harmonies of #AF05E4
Complementary color
Monochromatic Colors of #AF05E4
Black with #AF05E4
Text Example
Text Example
White with #AF05E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF05E4; }
p { color: rgb(175,5,228); }
H1.HeaderClassName
{
color: #AF05E4;
}
.AnyTagClassName
{
color: #AF05E4;
}
</style>
background-color css
<style>
a { background-color: #AF05E4; }
a { background-color: rgb(175,5,228); }
div.DivClassName
{
background-color: #AF05E4;
}
.BgClassName
{
background-color: #AF05E4;
}
</style>
border-color css
<style>
span { border-color: #AF05E4; }
span { border-color: rgb(175,5,228); }
td.TdClassName
{
border-color: #AF05E4;
}
.TagClassName
{
border-color: #AF05E4;
}
</style>