Shades of Electric Purple #AF09FB
Tints of Electric Purple #AF09FB
RGB
CMYK
RGB Variations
Color information
#AF09FB (or 0xAF09FB) is known color: Electric Purple. HEX triplet: AF, 09 and FB. RGB value is (175,9,251). Sum of RGB (Red+Green+Blue) = 175+9+251=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF09FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF09FB is #50F604. Grayscale: #555555. Windows color (decimal): -5305861 or 16452015. OLE color: 16452015.
HSL color Cylindrical-coordinate representation of color #AF09FB: hue angle of 281.16º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF09FB is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 9 | 251 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.02 |
| HSL | 281.16º | 0.97% | 0.51% | - |
| HSV(B) | 281.16º | 0.96% | 0.98% | - |
| XYZ | 35.19 | 16.27 | 92.55 | - |
| YUV | 86.22 | 221 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 251 | 0.30 | 0.96 | 0 | 0.02 | 281.16 | 0.97 | 0.51 |
| Hex | AF | 9 | FB | 1E | 60 | 0 | 2 | 119 | 61 | 33 |
| Octal | 257 | 11 | 373 | 36 | 140 | 0 | 2 | 431 | 141 | 63 |
| Binary | 10101111 | 1001 | 11111011 | 11110 | 1100000 | 0 | 10 | 100011001 | 1100001 | 110011 |
Color Harmonies of #AF09FB
Complementary color
Monochromatic Colors of #AF09FB
Black with #AF09FB
Text Example
Text Example
White with #AF09FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF09FB; }
p { color: rgb(175,9,251); }
H1.HeaderClassName
{
color: #AF09FB;
}
.AnyTagClassName
{
color: #AF09FB;
}
</style>
background-color css
<style>
a { background-color: #AF09FB; }
a { background-color: rgb(175,9,251); }
div.DivClassName
{
background-color: #AF09FB;
}
.BgClassName
{
background-color: #AF09FB;
}
</style>
border-color css
<style>
span { border-color: #AF09FB; }
span { border-color: rgb(175,9,251); }
td.TdClassName
{
border-color: #AF09FB;
}
.TagClassName
{
border-color: #AF09FB;
}
</style>