Shades of Electric Purple #AF00FE
Tints of Electric Purple #AF00FE
RGB
CMYK
RGB Variations
Color information
#AF00FE (or 0xAF00FE) is known color: Electric Purple. HEX triplet: AF, 00 and FE. RGB value is (175,0,254). Sum of RGB (Red+Green+Blue) = 175+0+254=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF00FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF00FE is #50FF01. Grayscale: #505050. Windows color (decimal): -5308162 or 16646319. OLE color: 16646319.
HSL color Cylindrical-coordinate representation of color #AF00FE: hue angle of 281.34º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00FE is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 0 | 254 | - |
| CMYK | 0.31 | 1 | 0 | 0.00 |
| HSL | 281.34º | 1% | 0.5% | - |
| HSV(B) | 281.34º | 1% | 1% | - |
| XYZ | 35.57 | 16.27 | 95.03 | - |
| YUV | 81.28 | 225.48 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 254 | 0.31 | 1 | 0 | 0.00 | 281.34 | 1 | 0.5 |
| Hex | AF | 0 | FE | 1F | 64 | 0 | 0 | 119 | 64 | 32 |
| Octal | 257 | 0 | 376 | 37 | 144 | 0 | 0 | 431 | 144 | 62 |
| Binary | 10101111 | 0 | 11111110 | 11111 | 1100100 | 0 | 0 | 100011001 | 1100100 | 110010 |
Color Harmonies of #AF00FE
Complementary color
Monochromatic Colors of #AF00FE
Black with #AF00FE
Text Example
Text Example
White with #AF00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF00FE; }
p { color: rgb(175,0,254); }
H1.HeaderClassName
{
color: #AF00FE;
}
.AnyTagClassName
{
color: #AF00FE;
}
</style>
background-color css
<style>
a { background-color: #AF00FE; }
a { background-color: rgb(175,0,254); }
div.DivClassName
{
background-color: #AF00FE;
}
.BgClassName
{
background-color: #AF00FE;
}
</style>
border-color css
<style>
span { border-color: #AF00FE; }
span { border-color: rgb(175,0,254); }
td.TdClassName
{
border-color: #AF00FE;
}
.TagClassName
{
border-color: #AF00FE;
}
</style>