Shades of Electric Purple #AF02FA
Tints of Electric Purple #AF02FA
RGB
CMYK
RGB Variations
Color information
#AF02FA (or 0xAF02FA) is known color: Electric Purple. HEX triplet: AF, 02 and FA. RGB value is (175,2,250). Sum of RGB (Red+Green+Blue) = 175+2+250=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF02FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF02FA is #50FD05. Grayscale: #515151. Windows color (decimal): -5307654 or 16384687. OLE color: 16384687.
HSL color Cylindrical-coordinate representation of color #AF02FA: hue angle of 281.85º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF02FA is Cyan = 0.3, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 2 | 250 | - |
| CMYK | 0.3 | 0.99 | 0 | 0.02 |
| HSL | 281.85º | 0.98% | 0.49% | - |
| HSV(B) | 281.85º | 0.99% | 0.98% | - |
| XYZ | 34.96 | 16.06 | 91.7 | - |
| YUV | 82 | 222.81 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 250 | 0.3 | 0.99 | 0 | 0.02 | 281.85 | 0.98 | 0.49 |
| Hex | AF | 2 | FA | 1E | 63 | 0 | 2 | 11A | 62 | 31 |
| Octal | 257 | 2 | 372 | 36 | 143 | 0 | 2 | 432 | 142 | 61 |
| Binary | 10101111 | 10 | 11111010 | 11110 | 1100011 | 0 | 10 | 100011010 | 1100010 | 110001 |
Color Harmonies of #AF02FA
Complementary color
Monochromatic Colors of #AF02FA
Black with #AF02FA
Text Example
Text Example
White with #AF02FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF02FA; }
p { color: rgb(175,2,250); }
H1.HeaderClassName
{
color: #AF02FA;
}
.AnyTagClassName
{
color: #AF02FA;
}
</style>
background-color css
<style>
a { background-color: #AF02FA; }
a { background-color: rgb(175,2,250); }
div.DivClassName
{
background-color: #AF02FA;
}
.BgClassName
{
background-color: #AF02FA;
}
</style>
border-color css
<style>
span { border-color: #AF02FA; }
span { border-color: rgb(175,2,250); }
td.TdClassName
{
border-color: #AF02FA;
}
.TagClassName
{
border-color: #AF02FA;
}
</style>