Shades of Electric Purple #AF13E5
Tints of Electric Purple #AF13E5
RGB
CMYK
RGB Variations
Color information
#AF13E5 (or 0xAF13E5) is known color: Electric Purple. HEX triplet: AF, 13 and E5. RGB value is (175,19,229). Sum of RGB (Red+Green+Blue) = 175+19+229=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF13E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13E5 is #50EC1A. Grayscale: #585858. Windows color (decimal): -5303323 or 15012783. OLE color: 15012783.
HSL color Cylindrical-coordinate representation of color #AF13E5: hue angle of 284.57º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF13E5 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 19 | 229 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.10 |
| HSL | 284.57º | 0.85% | 0.49% | - |
| HSV(B) | 284.57º | 0.92% | 0.9% | - |
| XYZ | 32.05 | 15.24 | 75.38 | - |
| YUV | 89.58 | 206.68 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 229 | 0.24 | 0.92 | 0 | 0.10 | 284.57 | 0.85 | 0.49 |
| Hex | AF | 13 | E5 | 18 | 5C | 0 | A | 11D | 55 | 31 |
| Octal | 257 | 23 | 345 | 30 | 134 | 0 | 12 | 435 | 125 | 61 |
| Binary | 10101111 | 10011 | 11100101 | 11000 | 1011100 | 0 | 1010 | 100011101 | 1010101 | 110001 |
Color Harmonies of #AF13E5
Complementary color
Monochromatic Colors of #AF13E5
Black with #AF13E5
Text Example
Text Example
White with #AF13E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF13E5; }
p { color: rgb(175,19,229); }
H1.HeaderClassName
{
color: #AF13E5;
}
.AnyTagClassName
{
color: #AF13E5;
}
</style>
background-color css
<style>
a { background-color: #AF13E5; }
a { background-color: rgb(175,19,229); }
div.DivClassName
{
background-color: #AF13E5;
}
.BgClassName
{
background-color: #AF13E5;
}
</style>
border-color css
<style>
span { border-color: #AF13E5; }
span { border-color: rgb(175,19,229); }
td.TdClassName
{
border-color: #AF13E5;
}
.TagClassName
{
border-color: #AF13E5;
}
</style>