Shades of Electric Purple #AF0CEA
Tints of Electric Purple #AF0CEA
RGB
CMYK
RGB Variations
Color information
#AF0CEA (or 0xAF0CEA) is known color: Electric Purple. HEX triplet: AF, 0C and EA. RGB value is (175,12,234). Sum of RGB (Red+Green+Blue) = 175+12+234=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 12 (5.08% from 255 or 2.85% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF0CEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0CEA is #50F315. Grayscale: #555555. Windows color (decimal): -5305110 or 15338671. OLE color: 15338671.
HSL color Cylindrical-coordinate representation of color #AF0CEA: hue angle of 284.05º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0CEA is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 12 | 234 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.08 |
| HSL | 284.05º | 0.9% | 0.48% | - |
| HSV(B) | 284.05º | 0.95% | 0.92% | - |
| XYZ | 32.66 | 15.32 | 79.08 | - |
| YUV | 86.05 | 211.5 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 234 | 0.25 | 0.95 | 0 | 0.08 | 284.05 | 0.9 | 0.48 |
| Hex | AF | C | EA | 19 | 5F | 0 | 8 | 11C | 5A | 30 |
| Octal | 257 | 14 | 352 | 31 | 137 | 0 | 10 | 434 | 132 | 60 |
| Binary | 10101111 | 1100 | 11101010 | 11001 | 1011111 | 0 | 1000 | 100011100 | 1011010 | 110000 |
Color Harmonies of #AF0CEA
Complementary color
Monochromatic Colors of #AF0CEA
Black with #AF0CEA
Text Example
Text Example
White with #AF0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CEA; }
p { color: rgb(175,12,234); }
H1.HeaderClassName
{
color: #AF0CEA;
}
.AnyTagClassName
{
color: #AF0CEA;
}
</style>
background-color css
<style>
a { background-color: #AF0CEA; }
a { background-color: rgb(175,12,234); }
div.DivClassName
{
background-color: #AF0CEA;
}
.BgClassName
{
background-color: #AF0CEA;
}
</style>
border-color css
<style>
span { border-color: #AF0CEA; }
span { border-color: rgb(175,12,234); }
td.TdClassName
{
border-color: #AF0CEA;
}
.TagClassName
{
border-color: #AF0CEA;
}
</style>