Shades of Electric Purple #AF07FA
Tints of Electric Purple #AF07FA
RGB
CMYK
RGB Variations
Color information
#AF07FA (or 0xAF07FA) is known color: Electric Purple. HEX triplet: AF, 07 and FA. RGB value is (175,7,250). Sum of RGB (Red+Green+Blue) = 175+7+250=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF07FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF07FA is #50F805. Grayscale: #545454. Windows color (decimal): -5306374 or 16385967. OLE color: 16385967.
HSL color Cylindrical-coordinate representation of color #AF07FA: hue angle of 281.48º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF07FA is Cyan = 0.3, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 7 | 250 | - |
| CMYK | 0.3 | 0.97 | 0 | 0.02 |
| HSL | 281.48º | 0.96% | 0.5% | - |
| HSV(B) | 281.48º | 0.97% | 0.98% | - |
| XYZ | 35.01 | 16.17 | 91.72 | - |
| YUV | 84.93 | 221.16 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 250 | 0.3 | 0.97 | 0 | 0.02 | 281.48 | 0.96 | 0.5 |
| Hex | AF | 7 | FA | 1E | 61 | 0 | 2 | 119 | 60 | 32 |
| Octal | 257 | 7 | 372 | 36 | 141 | 0 | 2 | 431 | 140 | 62 |
| Binary | 10101111 | 111 | 11111010 | 11110 | 1100001 | 0 | 10 | 100011001 | 1100000 | 110010 |
Color Harmonies of #AF07FA
Complementary color
Monochromatic Colors of #AF07FA
Black with #AF07FA
Text Example
Text Example
White with #AF07FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF07FA; }
p { color: rgb(175,7,250); }
H1.HeaderClassName
{
color: #AF07FA;
}
.AnyTagClassName
{
color: #AF07FA;
}
</style>
background-color css
<style>
a { background-color: #AF07FA; }
a { background-color: rgb(175,7,250); }
div.DivClassName
{
background-color: #AF07FA;
}
.BgClassName
{
background-color: #AF07FA;
}
</style>
border-color css
<style>
span { border-color: #AF07FA; }
span { border-color: rgb(175,7,250); }
td.TdClassName
{
border-color: #AF07FA;
}
.TagClassName
{
border-color: #AF07FA;
}
</style>