Shades of Electric Purple #AF05FB
Tints of Electric Purple #AF05FB
RGB
CMYK
RGB Variations
Color information
#AF05FB (or 0xAF05FB) is known color: Electric Purple. HEX triplet: AF, 05 and FB. RGB value is (175,5,251). Sum of RGB (Red+Green+Blue) = 175+5+251=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 5 (2.34% from 255 or 1.16% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF05FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF05FB is #50FA04. Grayscale: #535353. Windows color (decimal): -5306885 or 16450991. OLE color: 16450991.
HSL color Cylindrical-coordinate representation of color #AF05FB: hue angle of 281.46º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF05FB is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 5 | 251 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.02 |
| HSL | 281.46º | 0.97% | 0.5% | - |
| HSV(B) | 281.46º | 0.98% | 0.98% | - |
| XYZ | 35.15 | 16.19 | 92.54 | - |
| YUV | 83.87 | 222.32 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 251 | 0.30 | 0.98 | 0 | 0.02 | 281.46 | 0.97 | 0.5 |
| Hex | AF | 5 | FB | 1E | 62 | 0 | 2 | 119 | 61 | 32 |
| Octal | 257 | 5 | 373 | 36 | 142 | 0 | 2 | 431 | 141 | 62 |
| Binary | 10101111 | 101 | 11111011 | 11110 | 1100010 | 0 | 10 | 100011001 | 1100001 | 110010 |
Color Harmonies of #AF05FB
Complementary color
Monochromatic Colors of #AF05FB
Black with #AF05FB
Text Example
Text Example
White with #AF05FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF05FB; }
p { color: rgb(175,5,251); }
H1.HeaderClassName
{
color: #AF05FB;
}
.AnyTagClassName
{
color: #AF05FB;
}
</style>
background-color css
<style>
a { background-color: #AF05FB; }
a { background-color: rgb(175,5,251); }
div.DivClassName
{
background-color: #AF05FB;
}
.BgClassName
{
background-color: #AF05FB;
}
</style>
border-color css
<style>
span { border-color: #AF05FB; }
span { border-color: rgb(175,5,251); }
td.TdClassName
{
border-color: #AF05FB;
}
.TagClassName
{
border-color: #AF05FB;
}
</style>