Shades of Electric Purple #AF10FE
Tints of Electric Purple #AF10FE
RGB
CMYK
RGB Variations
Color information
#AF10FE (or 0xAF10FE) is known color: Electric Purple. HEX triplet: AF, 10 and FE. RGB value is (175,16,254). Sum of RGB (Red+Green+Blue) = 175+16+254=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF10FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF10FE is #50EF01. Grayscale: #595959. Windows color (decimal): -5304066 or 16650415. OLE color: 16650415.
HSL color Cylindrical-coordinate representation of color #AF10FE: hue angle of 280.08º 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 #AF10FE is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 16 | 254 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.00 |
| HSL | 280.08º | 0.99% | 0.53% | - |
| HSV(B) | 280.08º | 0.94% | 1% | - |
| XYZ | 35.75 | 16.64 | 95.09 | - |
| YUV | 90.67 | 220.18 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 254 | 0.31 | 0.94 | 0 | 0.00 | 280.08 | 0.99 | 0.53 |
| Hex | AF | 10 | FE | 1F | 5E | 0 | 0 | 118 | 63 | 35 |
| Octal | 257 | 20 | 376 | 37 | 136 | 0 | 0 | 430 | 143 | 65 |
| Binary | 10101111 | 10000 | 11111110 | 11111 | 1011110 | 0 | 0 | 100011000 | 1100011 | 110101 |
Color Harmonies of #AF10FE
Complementary color
Monochromatic Colors of #AF10FE
Black with #AF10FE
Text Example
Text Example
White with #AF10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10FE; }
p { color: rgb(175,16,254); }
H1.HeaderClassName
{
color: #AF10FE;
}
.AnyTagClassName
{
color: #AF10FE;
}
</style>
background-color css
<style>
a { background-color: #AF10FE; }
a { background-color: rgb(175,16,254); }
div.DivClassName
{
background-color: #AF10FE;
}
.BgClassName
{
background-color: #AF10FE;
}
</style>
border-color css
<style>
span { border-color: #AF10FE; }
span { border-color: rgb(175,16,254); }
td.TdClassName
{
border-color: #AF10FE;
}
.TagClassName
{
border-color: #AF10FE;
}
</style>