Shades of Electric Purple #AF02FF
Tints of Electric Purple #AF02FF
RGB
CMYK
RGB Variations
Color information
#AF02FF (or 0xAF02FF) is known color: Electric Purple. HEX triplet: AF, 02 and FF. RGB value is (175,2,255). Sum of RGB (Red+Green+Blue) = 175+2+255=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 2 (1.17% from 255 or 0.46% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF02FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF02FF is #50FD00. Grayscale: #515151. Windows color (decimal): -5307649 or 16712367. OLE color: 16712367.
HSL color Cylindrical-coordinate representation of color #AF02FF: hue angle of 281.03º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF02FF is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 2 | 255 | - |
| CMYK | 0.31 | 0.99 | 0 | 0 |
| HSL | 281.03º | 1% | 0.5% | - |
| HSV(B) | 281.03º | 0.99% | 1% | - |
| XYZ | 35.75 | 16.38 | 95.88 | - |
| YUV | 82.57 | 225.31 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 255 | 0.31 | 0.99 | 0 | 0 | 281.03 | 1 | 0.5 |
| Hex | AF | 2 | FF | 1F | 63 | 0 | 0 | 119 | 64 | 32 |
| Octal | 257 | 2 | 377 | 37 | 143 | 0 | 0 | 431 | 144 | 62 |
| Binary | 10101111 | 10 | 11111111 | 11111 | 1100011 | 0 | 0 | 100011001 | 1100100 | 110010 |
Color Harmonies of #AF02FF
Complementary color
Monochromatic Colors of #AF02FF
Black with #AF02FF
Text Example
Text Example
White with #AF02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF02FF; }
p { color: rgb(175,2,255); }
H1.HeaderClassName
{
color: #AF02FF;
}
.AnyTagClassName
{
color: #AF02FF;
}
</style>
background-color css
<style>
a { background-color: #AF02FF; }
a { background-color: rgb(175,2,255); }
div.DivClassName
{
background-color: #AF02FF;
}
.BgClassName
{
background-color: #AF02FF;
}
</style>
border-color css
<style>
span { border-color: #AF02FF; }
span { border-color: rgb(175,2,255); }
td.TdClassName
{
border-color: #AF02FF;
}
.TagClassName
{
border-color: #AF02FF;
}
</style>