Shades of Electric Purple #AF05FC
Tints of Electric Purple #AF05FC
RGB
CMYK
RGB Variations
Color information
#AF05FC (or 0xAF05FC) is known color: Electric Purple. HEX triplet: AF, 05 and FC. RGB value is (175,5,252). Sum of RGB (Red+Green+Blue) = 175+5+252=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 5 (2.34% from 255 or 1.16% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF05FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF05FC is #50FA03. Grayscale: #535353. Windows color (decimal): -5306884 or 16516527. OLE color: 16516527.
HSL color Cylindrical-coordinate representation of color #AF05FC: hue angle of 281.3º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF05FC is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 5 | 252 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.01 |
| HSL | 281.3º | 0.98% | 0.5% | - |
| HSV(B) | 281.3º | 0.98% | 0.99% | - |
| XYZ | 35.3 | 16.25 | 93.37 | - |
| YUV | 83.99 | 222.82 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 252 | 0.31 | 0.98 | 0 | 0.01 | 281.3 | 0.98 | 0.5 |
| Hex | AF | 5 | FC | 1F | 62 | 0 | 1 | 119 | 62 | 32 |
| Octal | 257 | 5 | 374 | 37 | 142 | 0 | 1 | 431 | 142 | 62 |
| Binary | 10101111 | 101 | 11111100 | 11111 | 1100010 | 0 | 1 | 100011001 | 1100010 | 110010 |
Color Harmonies of #AF05FC
Complementary color
Monochromatic Colors of #AF05FC
Black with #AF05FC
Text Example
Text Example
White with #AF05FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF05FC; }
p { color: rgb(175,5,252); }
H1.HeaderClassName
{
color: #AF05FC;
}
.AnyTagClassName
{
color: #AF05FC;
}
</style>
background-color css
<style>
a { background-color: #AF05FC; }
a { background-color: rgb(175,5,252); }
div.DivClassName
{
background-color: #AF05FC;
}
.BgClassName
{
background-color: #AF05FC;
}
</style>
border-color css
<style>
span { border-color: #AF05FC; }
span { border-color: rgb(175,5,252); }
td.TdClassName
{
border-color: #AF05FC;
}
.TagClassName
{
border-color: #AF05FC;
}
</style>