Shades of Electric Purple #AF0DFE
Tints of Electric Purple #AF0DFE
RGB
CMYK
RGB Variations
Color information
#AF0DFE (or 0xAF0DFE) is known color: Electric Purple. HEX triplet: AF, 0D and FE. RGB value is (175,13,254). Sum of RGB (Red+Green+Blue) = 175+13+254=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF0DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0DFE is #50F201. Grayscale: #585858. Windows color (decimal): -5304834 or 16649647. OLE color: 16649647.
HSL color Cylindrical-coordinate representation of color #AF0DFE: hue angle of 280.33º 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 #AF0DFE is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 13 | 254 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.00 |
| HSL | 280.33º | 0.99% | 0.52% | - |
| HSV(B) | 280.33º | 0.95% | 1% | - |
| XYZ | 35.71 | 16.56 | 95.08 | - |
| YUV | 88.91 | 221.17 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 254 | 0.31 | 0.95 | 0 | 0.00 | 280.33 | 0.99 | 0.52 |
| Hex | AF | D | FE | 1F | 5F | 0 | 0 | 118 | 63 | 34 |
| Octal | 257 | 15 | 376 | 37 | 137 | 0 | 0 | 430 | 143 | 64 |
| Binary | 10101111 | 1101 | 11111110 | 11111 | 1011111 | 0 | 0 | 100011000 | 1100011 | 110100 |
Color Harmonies of #AF0DFE
Complementary color
Monochromatic Colors of #AF0DFE
Black with #AF0DFE
Text Example
Text Example
White with #AF0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DFE; }
p { color: rgb(175,13,254); }
H1.HeaderClassName
{
color: #AF0DFE;
}
.AnyTagClassName
{
color: #AF0DFE;
}
</style>
background-color css
<style>
a { background-color: #AF0DFE; }
a { background-color: rgb(175,13,254); }
div.DivClassName
{
background-color: #AF0DFE;
}
.BgClassName
{
background-color: #AF0DFE;
}
</style>
border-color css
<style>
span { border-color: #AF0DFE; }
span { border-color: rgb(175,13,254); }
td.TdClassName
{
border-color: #AF0DFE;
}
.TagClassName
{
border-color: #AF0DFE;
}
</style>