Shades of Electric Purple #AF0DF8
Tints of Electric Purple #AF0DF8
RGB
CMYK
RGB Variations
Color information
#AF0DF8 (or 0xAF0DF8) is known color: Electric Purple. HEX triplet: AF, 0D and F8. RGB value is (175,13,248). Sum of RGB (Red+Green+Blue) = 175+13+248=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 248 (97.27% from 255 or 56.88% from 436); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF0DF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0DF8 is #50F207. Grayscale: #575757. Windows color (decimal): -5304840 or 16256431. OLE color: 16256431.
HSL color Cylindrical-coordinate representation of color #AF0DF8: hue angle of 281.36º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0DF8 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 13 | 248 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.03 |
| HSL | 281.36º | 0.94% | 0.51% | - |
| HSV(B) | 281.36º | 0.95% | 0.97% | - |
| XYZ | 34.77 | 16.18 | 90.1 | - |
| YUV | 88.23 | 218.17 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 248 | 0.29 | 0.95 | 0 | 0.03 | 281.36 | 0.94 | 0.51 |
| Hex | AF | D | F8 | 1D | 5F | 0 | 3 | 119 | 5E | 33 |
| Octal | 257 | 15 | 370 | 35 | 137 | 0 | 3 | 431 | 136 | 63 |
| Binary | 10101111 | 1101 | 11111000 | 11101 | 1011111 | 0 | 11 | 100011001 | 1011110 | 110011 |
Color Harmonies of #AF0DF8
Complementary color
Monochromatic Colors of #AF0DF8
Black with #AF0DF8
Text Example
Text Example
White with #AF0DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DF8; }
p { color: rgb(175,13,248); }
H1.HeaderClassName
{
color: #AF0DF8;
}
.AnyTagClassName
{
color: #AF0DF8;
}
</style>
background-color css
<style>
a { background-color: #AF0DF8; }
a { background-color: rgb(175,13,248); }
div.DivClassName
{
background-color: #AF0DF8;
}
.BgClassName
{
background-color: #AF0DF8;
}
</style>
border-color css
<style>
span { border-color: #AF0DF8; }
span { border-color: rgb(175,13,248); }
td.TdClassName
{
border-color: #AF0DF8;
}
.TagClassName
{
border-color: #AF0DF8;
}
</style>