Shades of Electric Purple #AF0FFE
Tints of Electric Purple #AF0FFE
RGB
CMYK
RGB Variations
Color information
#AF0FFE (or 0xAF0FFE) is known color: Electric Purple. HEX triplet: AF, 0F and FE. RGB value is (175,15,254). Sum of RGB (Red+Green+Blue) = 175+15+254=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF0FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0FFE is #50F001. Grayscale: #595959. Windows color (decimal): -5304322 or 16650159. OLE color: 16650159.
HSL color Cylindrical-coordinate representation of color #AF0FFE: hue angle of 280.17º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0FFE is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 15 | 254 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.00 |
| HSL | 280.17º | 0.99% | 0.53% | - |
| HSV(B) | 280.17º | 0.94% | 1% | - |
| XYZ | 35.74 | 16.61 | 95.09 | - |
| YUV | 90.09 | 220.51 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 254 | 0.31 | 0.94 | 0 | 0.00 | 280.17 | 0.99 | 0.53 |
| Hex | AF | F | FE | 1F | 5E | 0 | 0 | 118 | 63 | 35 |
| Octal | 257 | 17 | 376 | 37 | 136 | 0 | 0 | 430 | 143 | 65 |
| Binary | 10101111 | 1111 | 11111110 | 11111 | 1011110 | 0 | 0 | 100011000 | 1100011 | 110101 |
Color Harmonies of #AF0FFE
Complementary color
Monochromatic Colors of #AF0FFE
Black with #AF0FFE
Text Example
Text Example
White with #AF0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FFE; }
p { color: rgb(175,15,254); }
H1.HeaderClassName
{
color: #AF0FFE;
}
.AnyTagClassName
{
color: #AF0FFE;
}
</style>
background-color css
<style>
a { background-color: #AF0FFE; }
a { background-color: rgb(175,15,254); }
div.DivClassName
{
background-color: #AF0FFE;
}
.BgClassName
{
background-color: #AF0FFE;
}
</style>
border-color css
<style>
span { border-color: #AF0FFE; }
span { border-color: rgb(175,15,254); }
td.TdClassName
{
border-color: #AF0FFE;
}
.TagClassName
{
border-color: #AF0FFE;
}
</style>