Shades of Electric Purple #AF0CFE
Tints of Electric Purple #AF0CFE
RGB
CMYK
RGB Variations
Color information
#AF0CFE (or 0xAF0CFE) is known color: Electric Purple. HEX triplet: AF, 0C and FE. RGB value is (175,12,254). Sum of RGB (Red+Green+Blue) = 175+12+254=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF0CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0CFE is #50F301. Grayscale: #575757. Windows color (decimal): -5305090 or 16649391. OLE color: 16649391.
HSL color Cylindrical-coordinate representation of color #AF0CFE: hue angle of 280.41º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0CFE is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 12 | 254 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.00 |
| HSL | 280.41º | 0.99% | 0.52% | - |
| HSV(B) | 280.41º | 0.95% | 1% | - |
| XYZ | 35.7 | 16.53 | 95.08 | - |
| YUV | 88.33 | 221.5 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 254 | 0.31 | 0.95 | 0 | 0.00 | 280.41 | 0.99 | 0.52 |
| Hex | AF | C | FE | 1F | 5F | 0 | 0 | 118 | 63 | 34 |
| Octal | 257 | 14 | 376 | 37 | 137 | 0 | 0 | 430 | 143 | 64 |
| Binary | 10101111 | 1100 | 11111110 | 11111 | 1011111 | 0 | 0 | 100011000 | 1100011 | 110100 |
Color Harmonies of #AF0CFE
Complementary color
Monochromatic Colors of #AF0CFE
Black with #AF0CFE
Text Example
Text Example
White with #AF0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CFE; }
p { color: rgb(175,12,254); }
H1.HeaderClassName
{
color: #AF0CFE;
}
.AnyTagClassName
{
color: #AF0CFE;
}
</style>
background-color css
<style>
a { background-color: #AF0CFE; }
a { background-color: rgb(175,12,254); }
div.DivClassName
{
background-color: #AF0CFE;
}
.BgClassName
{
background-color: #AF0CFE;
}
</style>
border-color css
<style>
span { border-color: #AF0CFE; }
span { border-color: rgb(175,12,254); }
td.TdClassName
{
border-color: #AF0CFE;
}
.TagClassName
{
border-color: #AF0CFE;
}
</style>