Shades of Electric Purple #AF0CE9
Tints of Electric Purple #AF0CE9
RGB
CMYK
RGB Variations
Color information
#AF0CE9 (or 0xAF0CE9) is known color: Electric Purple. HEX triplet: AF, 0C and E9. RGB value is (175,12,233). Sum of RGB (Red+Green+Blue) = 175+12+233=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 233 (91.41% from 255 or 55.48% from 420); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF0CE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0CE9 is #50F316. Grayscale: #555555. Windows color (decimal): -5305111 or 15273135. OLE color: 15273135.
HSL color Cylindrical-coordinate representation of color #AF0CE9: hue angle of 284.25º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0CE9 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 12 | 233 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.09 |
| HSL | 284.25º | 0.9% | 0.48% | - |
| HSV(B) | 284.25º | 0.95% | 0.91% | - |
| XYZ | 32.52 | 15.26 | 78.32 | - |
| YUV | 85.93 | 211 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 233 | 0.25 | 0.95 | 0 | 0.09 | 284.25 | 0.9 | 0.48 |
| Hex | AF | C | E9 | 19 | 5F | 0 | 9 | 11C | 5A | 30 |
| Octal | 257 | 14 | 351 | 31 | 137 | 0 | 11 | 434 | 132 | 60 |
| Binary | 10101111 | 1100 | 11101001 | 11001 | 1011111 | 0 | 1001 | 100011100 | 1011010 | 110000 |
Color Harmonies of #AF0CE9
Complementary color
Monochromatic Colors of #AF0CE9
Black with #AF0CE9
Text Example
Text Example
White with #AF0CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CE9; }
p { color: rgb(175,12,233); }
H1.HeaderClassName
{
color: #AF0CE9;
}
.AnyTagClassName
{
color: #AF0CE9;
}
</style>
background-color css
<style>
a { background-color: #AF0CE9; }
a { background-color: rgb(175,12,233); }
div.DivClassName
{
background-color: #AF0CE9;
}
.BgClassName
{
background-color: #AF0CE9;
}
</style>
border-color css
<style>
span { border-color: #AF0CE9; }
span { border-color: rgb(175,12,233); }
td.TdClassName
{
border-color: #AF0CE9;
}
.TagClassName
{
border-color: #AF0CE9;
}
</style>