Shades of Electric Purple #AF1EFE
Tints of Electric Purple #AF1EFE
RGB
CMYK
RGB Variations
Color information
#AF1EFE (or 0xAF1EFE) is known color: Electric Purple. HEX triplet: AF, 1E and FE. RGB value is (175,30,254). Sum of RGB (Red+Green+Blue) = 175+30+254=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 30 (12.11% from 255 or 6.54% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF1EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1EFE is #50E101. Grayscale: #626262. Windows color (decimal): -5300482 or 16653999. OLE color: 16653999.
HSL color Cylindrical-coordinate representation of color #AF1EFE: hue angle of 278.84º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1EFE is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 30 | 254 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.00 |
| HSL | 278.84º | 0.99% | 0.56% | - |
| HSV(B) | 278.84º | 0.88% | 1% | - |
| XYZ | 36.03 | 17.2 | 95.19 | - |
| YUV | 98.89 | 215.54 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 254 | 0.31 | 0.88 | 0 | 0.00 | 278.84 | 0.99 | 0.56 |
| Hex | AF | 1E | FE | 1F | 58 | 0 | 0 | 117 | 63 | 38 |
| Octal | 257 | 36 | 376 | 37 | 130 | 0 | 0 | 427 | 143 | 70 |
| Binary | 10101111 | 11110 | 11111110 | 11111 | 1011000 | 0 | 0 | 100010111 | 1100011 | 111000 |
Color Harmonies of #AF1EFE
Complementary color
Monochromatic Colors of #AF1EFE
Black with #AF1EFE
Text Example
Text Example
White with #AF1EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1EFE; }
p { color: rgb(175,30,254); }
H1.HeaderClassName
{
color: #AF1EFE;
}
.AnyTagClassName
{
color: #AF1EFE;
}
</style>
background-color css
<style>
a { background-color: #AF1EFE; }
a { background-color: rgb(175,30,254); }
div.DivClassName
{
background-color: #AF1EFE;
}
.BgClassName
{
background-color: #AF1EFE;
}
</style>
border-color css
<style>
span { border-color: #AF1EFE; }
span { border-color: rgb(175,30,254); }
td.TdClassName
{
border-color: #AF1EFE;
}
.TagClassName
{
border-color: #AF1EFE;
}
</style>