Shades of Electric Purple #AF06FA
Tints of Electric Purple #AF06FA
RGB
CMYK
RGB Variations
Color information
#AF06FA (or 0xAF06FA) is known color: Electric Purple. HEX triplet: AF, 06 and FA. RGB value is (175,6,250). Sum of RGB (Red+Green+Blue) = 175+6+250=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 6 (2.73% from 255 or 1.39% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF06FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF06FA is #50F905. Grayscale: #535353. Windows color (decimal): -5306630 or 16385711. OLE color: 16385711.
HSL color Cylindrical-coordinate representation of color #AF06FA: hue angle of 281.56º degrees, saturation: 0.96, 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 #AF06FA is Cyan = 0.3, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 6 | 250 | - |
| CMYK | 0.3 | 0.98 | 0 | 0.02 |
| HSL | 281.56º | 0.96% | 0.5% | - |
| HSV(B) | 281.56º | 0.98% | 0.98% | - |
| XYZ | 35 | 16.15 | 91.71 | - |
| YUV | 84.35 | 221.49 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 250 | 0.3 | 0.98 | 0 | 0.02 | 281.56 | 0.96 | 0.5 |
| Hex | AF | 6 | FA | 1E | 62 | 0 | 2 | 11A | 60 | 32 |
| Octal | 257 | 6 | 372 | 36 | 142 | 0 | 2 | 432 | 140 | 62 |
| Binary | 10101111 | 110 | 11111010 | 11110 | 1100010 | 0 | 10 | 100011010 | 1100000 | 110010 |
Color Harmonies of #AF06FA
Complementary color
Monochromatic Colors of #AF06FA
Black with #AF06FA
Text Example
Text Example
White with #AF06FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF06FA; }
p { color: rgb(175,6,250); }
H1.HeaderClassName
{
color: #AF06FA;
}
.AnyTagClassName
{
color: #AF06FA;
}
</style>
background-color css
<style>
a { background-color: #AF06FA; }
a { background-color: rgb(175,6,250); }
div.DivClassName
{
background-color: #AF06FA;
}
.BgClassName
{
background-color: #AF06FA;
}
</style>
border-color css
<style>
span { border-color: #AF06FA; }
span { border-color: rgb(175,6,250); }
td.TdClassName
{
border-color: #AF06FA;
}
.TagClassName
{
border-color: #AF06FA;
}
</style>