Shades of Electric Purple #AF09E4
Tints of Electric Purple #AF09E4
RGB
CMYK
RGB Variations
Color information
#AF09E4 (or 0xAF09E4) is known color: Electric Purple. HEX triplet: AF, 09 and E4. RGB value is (175,9,228). Sum of RGB (Red+Green+Blue) = 175+9+228=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 228 (89.45% from 255 or 55.34% from 412); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF09E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF09E4 is #50F61B. Grayscale: #525252. Windows color (decimal): -5305884 or 14944687. OLE color: 14944687.
HSL color Cylindrical-coordinate representation of color #AF09E4: hue angle of 285.48º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF09E4 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 9 | 228 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.11 |
| HSL | 285.48º | 0.92% | 0.46% | - |
| HSV(B) | 285.48º | 0.96% | 0.89% | - |
| XYZ | 31.78 | 14.91 | 74.6 | - |
| YUV | 83.6 | 209.5 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 228 | 0.23 | 0.96 | 0 | 0.11 | 285.48 | 0.92 | 0.46 |
| Hex | AF | 9 | E4 | 17 | 60 | 0 | B | 11D | 5C | 2E |
| Octal | 257 | 11 | 344 | 27 | 140 | 0 | 13 | 435 | 134 | 56 |
| Binary | 10101111 | 1001 | 11100100 | 10111 | 1100000 | 0 | 1011 | 100011101 | 1011100 | 101110 |
Color Harmonies of #AF09E4
Complementary color
Monochromatic Colors of #AF09E4
Black with #AF09E4
Text Example
Text Example
White with #AF09E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF09E4; }
p { color: rgb(175,9,228); }
H1.HeaderClassName
{
color: #AF09E4;
}
.AnyTagClassName
{
color: #AF09E4;
}
</style>
background-color css
<style>
a { background-color: #AF09E4; }
a { background-color: rgb(175,9,228); }
div.DivClassName
{
background-color: #AF09E4;
}
.BgClassName
{
background-color: #AF09E4;
}
</style>
border-color css
<style>
span { border-color: #AF09E4; }
span { border-color: rgb(175,9,228); }
td.TdClassName
{
border-color: #AF09E4;
}
.TagClassName
{
border-color: #AF09E4;
}
</style>