Shades of Electric Purple #AF08FA
Tints of Electric Purple #AF08FA
RGB
CMYK
RGB Variations
Color information
#AF08FA (or 0xAF08FA) is known color: Electric Purple. HEX triplet: AF, 08 and FA. RGB value is (175,8,250). Sum of RGB (Red+Green+Blue) = 175+8+250=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 8 (3.52% from 255 or 1.85% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF08FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF08FA is #50F705. Grayscale: #545454. Windows color (decimal): -5306118 or 16386223. OLE color: 16386223.
HSL color Cylindrical-coordinate representation of color #AF08FA: hue angle of 281.4º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF08FA is Cyan = 0.3, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 8 | 250 | - |
| CMYK | 0.3 | 0.97 | 0 | 0.02 |
| HSL | 281.41º | 0.96% | 0.51% | - |
| HSV(B) | 281.41º | 0.97% | 0.98% | - |
| XYZ | 35.02 | 16.19 | 91.72 | - |
| YUV | 85.52 | 220.83 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 250 | 0.3 | 0.97 | 0 | 0.02 | 281.41 | 0.96 | 0.51 |
| Hex | AF | 8 | FA | 1E | 61 | 0 | 2 | 119 | 60 | 33 |
| Octal | 257 | 10 | 372 | 36 | 141 | 0 | 2 | 431 | 140 | 63 |
| Binary | 10101111 | 1000 | 11111010 | 11110 | 1100001 | 0 | 10 | 100011001 | 1100000 | 110011 |
Color Harmonies of #AF08FA
Complementary color
Monochromatic Colors of #AF08FA
Black with #AF08FA
Text Example
Text Example
White with #AF08FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF08FA; }
p { color: rgb(175,8,250); }
H1.HeaderClassName
{
color: #AF08FA;
}
.AnyTagClassName
{
color: #AF08FA;
}
</style>
background-color css
<style>
a { background-color: #AF08FA; }
a { background-color: rgb(175,8,250); }
div.DivClassName
{
background-color: #AF08FA;
}
.BgClassName
{
background-color: #AF08FA;
}
</style>
border-color css
<style>
span { border-color: #AF08FA; }
span { border-color: rgb(175,8,250); }
td.TdClassName
{
border-color: #AF08FA;
}
.TagClassName
{
border-color: #AF08FA;
}
</style>