Shades of Electric Purple #AF07FE
Tints of Electric Purple #AF07FE
RGB
CMYK
RGB Variations
Color information
#AF07FE (or 0xAF07FE) is known color: Electric Purple. HEX triplet: AF, 07 and FE. RGB value is (175,7,254). Sum of RGB (Red+Green+Blue) = 175+7+254=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF07FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF07FE is #50F801. Grayscale: #545454. Windows color (decimal): -5306370 or 16648111. OLE color: 16648111.
HSL color Cylindrical-coordinate representation of color #AF07FE: hue angle of 280.81º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF07FE is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 7 | 254 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.00 |
| HSL | 280.81º | 0.99% | 0.51% | - |
| HSV(B) | 280.81º | 0.97% | 1% | - |
| XYZ | 35.64 | 16.42 | 95.06 | - |
| YUV | 85.39 | 223.16 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 254 | 0.31 | 0.97 | 0 | 0.00 | 280.81 | 0.99 | 0.51 |
| Hex | AF | 7 | FE | 1F | 61 | 0 | 0 | 119 | 63 | 33 |
| Octal | 257 | 7 | 376 | 37 | 141 | 0 | 0 | 431 | 143 | 63 |
| Binary | 10101111 | 111 | 11111110 | 11111 | 1100001 | 0 | 0 | 100011001 | 1100011 | 110011 |
Color Harmonies of #AF07FE
Complementary color
Monochromatic Colors of #AF07FE
Black with #AF07FE
Text Example
Text Example
White with #AF07FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF07FE; }
p { color: rgb(175,7,254); }
H1.HeaderClassName
{
color: #AF07FE;
}
.AnyTagClassName
{
color: #AF07FE;
}
</style>
background-color css
<style>
a { background-color: #AF07FE; }
a { background-color: rgb(175,7,254); }
div.DivClassName
{
background-color: #AF07FE;
}
.BgClassName
{
background-color: #AF07FE;
}
</style>
border-color css
<style>
span { border-color: #AF07FE; }
span { border-color: rgb(175,7,254); }
td.TdClassName
{
border-color: #AF07FE;
}
.TagClassName
{
border-color: #AF07FE;
}
</style>