Shades of Electric Purple #AF0EE5
Tints of Electric Purple #AF0EE5
RGB
CMYK
RGB Variations
Color information
#AF0EE5 (or 0xAF0EE5) is known color: Electric Purple. HEX triplet: AF, 0E and E5. RGB value is (175,14,229). Sum of RGB (Red+Green+Blue) = 175+14+229=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 229 (89.84% from 255 or 54.78% from 418); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF0EE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0EE5 is #50F11A. Grayscale: #555555. Windows color (decimal): -5304603 or 15011503. OLE color: 15011503.
HSL color Cylindrical-coordinate representation of color #AF0EE5: hue angle of 284.93º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0EE5 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 14 | 229 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.10 |
| HSL | 284.93º | 0.88% | 0.48% | - |
| HSV(B) | 284.93º | 0.94% | 0.9% | - |
| XYZ | 31.98 | 15.09 | 75.35 | - |
| YUV | 86.65 | 208.34 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 229 | 0.24 | 0.94 | 0 | 0.10 | 284.93 | 0.88 | 0.48 |
| Hex | AF | E | E5 | 18 | 5E | 0 | A | 11D | 58 | 30 |
| Octal | 257 | 16 | 345 | 30 | 136 | 0 | 12 | 435 | 130 | 60 |
| Binary | 10101111 | 1110 | 11100101 | 11000 | 1011110 | 0 | 1010 | 100011101 | 1011000 | 110000 |
Color Harmonies of #AF0EE5
Complementary color
Monochromatic Colors of #AF0EE5
Black with #AF0EE5
Text Example
Text Example
White with #AF0EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0EE5; }
p { color: rgb(175,14,229); }
H1.HeaderClassName
{
color: #AF0EE5;
}
.AnyTagClassName
{
color: #AF0EE5;
}
</style>
background-color css
<style>
a { background-color: #AF0EE5; }
a { background-color: rgb(175,14,229); }
div.DivClassName
{
background-color: #AF0EE5;
}
.BgClassName
{
background-color: #AF0EE5;
}
</style>
border-color css
<style>
span { border-color: #AF0EE5; }
span { border-color: rgb(175,14,229); }
td.TdClassName
{
border-color: #AF0EE5;
}
.TagClassName
{
border-color: #AF0EE5;
}
</style>