Shades of Electric Purple #AF00FC
Tints of Electric Purple #AF00FC
RGB
CMYK
RGB Variations
Color information
#AF00FC (or 0xAF00FC) is known color: Electric Purple. HEX triplet: AF, 00 and FC. RGB value is (175,0,252). Sum of RGB (Red+Green+Blue) = 175+0+252=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF00FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF00FC is #50FF03. Grayscale: #505050. Windows color (decimal): -5308164 or 16515247. OLE color: 16515247.
HSL color Cylindrical-coordinate representation of color #AF00FC: hue angle of 281.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00FC is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 0 | 252 | - |
| CMYK | 0.31 | 1 | 0 | 0.01 |
| HSL | 281.67º | 1% | 0.49% | - |
| HSV(B) | 281.67º | 1% | 0.99% | - |
| XYZ | 35.25 | 16.14 | 93.35 | - |
| YUV | 81.05 | 224.48 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 252 | 0.31 | 1 | 0 | 0.01 | 281.67 | 1 | 0.49 |
| Hex | AF | 0 | FC | 1F | 64 | 0 | 1 | 11A | 64 | 31 |
| Octal | 257 | 0 | 374 | 37 | 144 | 0 | 1 | 432 | 144 | 61 |
| Binary | 10101111 | 0 | 11111100 | 11111 | 1100100 | 0 | 1 | 100011010 | 1100100 | 110001 |
Color Harmonies of #AF00FC
Complementary color
Monochromatic Colors of #AF00FC
Black with #AF00FC
Text Example
Text Example
White with #AF00FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF00FC; }
p { color: rgb(175,0,252); }
H1.HeaderClassName
{
color: #AF00FC;
}
.AnyTagClassName
{
color: #AF00FC;
}
</style>
background-color css
<style>
a { background-color: #AF00FC; }
a { background-color: rgb(175,0,252); }
div.DivClassName
{
background-color: #AF00FC;
}
.BgClassName
{
background-color: #AF00FC;
}
</style>
border-color css
<style>
span { border-color: #AF00FC; }
span { border-color: rgb(175,0,252); }
td.TdClassName
{
border-color: #AF00FC;
}
.TagClassName
{
border-color: #AF00FC;
}
</style>