Shades of Electric Purple #AF1DF8
Tints of Electric Purple #AF1DF8
RGB
CMYK
RGB Variations
Color information
#AF1DF8 (or 0xAF1DF8) is known color: Electric Purple. HEX triplet: AF, 1D and F8. RGB value is (175,29,248). Sum of RGB (Red+Green+Blue) = 175+29+248=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 29 (11.72% from 255 or 6.42% from 452); Blue value is 248 (97.27% from 255 or 54.87% from 452); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF1DF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1DF8 is #50E207. Grayscale: #606060. Windows color (decimal): -5300744 or 16260527. OLE color: 16260527.
HSL color Cylindrical-coordinate representation of color #AF1DF8: hue angle of 280º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1DF8 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 29 | 248 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.03 |
| HSL | 280º | 0.94% | 0.54% | - |
| HSV(B) | 280º | 0.88% | 0.97% | - |
| XYZ | 35.06 | 16.77 | 90.2 | - |
| YUV | 97.62 | 212.87 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 248 | 0.29 | 0.88 | 0 | 0.03 | 280 | 0.94 | 0.54 |
| Hex | AF | 1D | F8 | 1D | 58 | 0 | 3 | 118 | 5E | 36 |
| Octal | 257 | 35 | 370 | 35 | 130 | 0 | 3 | 430 | 136 | 66 |
| Binary | 10101111 | 11101 | 11111000 | 11101 | 1011000 | 0 | 11 | 100011000 | 1011110 | 110110 |
Color Harmonies of #AF1DF8
Complementary color
Monochromatic Colors of #AF1DF8
Black with #AF1DF8
Text Example
Text Example
White with #AF1DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1DF8; }
p { color: rgb(175,29,248); }
H1.HeaderClassName
{
color: #AF1DF8;
}
.AnyTagClassName
{
color: #AF1DF8;
}
</style>
background-color css
<style>
a { background-color: #AF1DF8; }
a { background-color: rgb(175,29,248); }
div.DivClassName
{
background-color: #AF1DF8;
}
.BgClassName
{
background-color: #AF1DF8;
}
</style>
border-color css
<style>
span { border-color: #AF1DF8; }
span { border-color: rgb(175,29,248); }
td.TdClassName
{
border-color: #AF1DF8;
}
.TagClassName
{
border-color: #AF1DF8;
}
</style>