Shades of Electric Purple #AF0FFC
Tints of Electric Purple #AF0FFC
RGB
CMYK
RGB Variations
Color information
#AF0FFC (or 0xAF0FFC) is known color: Electric Purple. HEX triplet: AF, 0F and FC. RGB value is (175,15,252). Sum of RGB (Red+Green+Blue) = 175+15+252=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 15 (6.25% from 255 or 3.39% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF0FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0FFC is #50F003. Grayscale: #595959. Windows color (decimal): -5304324 or 16519087. OLE color: 16519087.
HSL color Cylindrical-coordinate representation of color #AF0FFC: hue angle of 280.51º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0FFC is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 15 | 252 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.01 |
| HSL | 280.51º | 0.98% | 0.52% | - |
| HSV(B) | 280.51º | 0.94% | 0.99% | - |
| XYZ | 35.42 | 16.48 | 93.41 | - |
| YUV | 89.86 | 219.51 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 252 | 0.31 | 0.94 | 0 | 0.01 | 280.51 | 0.98 | 0.52 |
| Hex | AF | F | FC | 1F | 5E | 0 | 1 | 119 | 62 | 34 |
| Octal | 257 | 17 | 374 | 37 | 136 | 0 | 1 | 431 | 142 | 64 |
| Binary | 10101111 | 1111 | 11111100 | 11111 | 1011110 | 0 | 1 | 100011001 | 1100010 | 110100 |
Color Harmonies of #AF0FFC
Complementary color
Monochromatic Colors of #AF0FFC
Black with #AF0FFC
Text Example
Text Example
White with #AF0FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FFC; }
p { color: rgb(175,15,252); }
H1.HeaderClassName
{
color: #AF0FFC;
}
.AnyTagClassName
{
color: #AF0FFC;
}
</style>
background-color css
<style>
a { background-color: #AF0FFC; }
a { background-color: rgb(175,15,252); }
div.DivClassName
{
background-color: #AF0FFC;
}
.BgClassName
{
background-color: #AF0FFC;
}
</style>
border-color css
<style>
span { border-color: #AF0FFC; }
span { border-color: rgb(175,15,252); }
td.TdClassName
{
border-color: #AF0FFC;
}
.TagClassName
{
border-color: #AF0FFC;
}
</style>