Shades of Electric Purple #AF02F9
Tints of Electric Purple #AF02F9
RGB
CMYK
RGB Variations
Color information
#AF02F9 (or 0xAF02F9) is known color: Electric Purple. HEX triplet: AF, 02 and F9. RGB value is (175,2,249). Sum of RGB (Red+Green+Blue) = 175+2+249=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 249 (97.66% from 255 or 58.45% from 426); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF02F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF02F9 is #50FD06. Grayscale: #515151. Windows color (decimal): -5307655 or 16319151. OLE color: 16319151.
HSL color Cylindrical-coordinate representation of color #AF02F9: hue angle of 282.02º 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 #AF02F9 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 2 | 249 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.02 |
| HSL | 282.02º | 0.98% | 0.49% | - |
| HSV(B) | 282.02º | 0.99% | 0.98% | - |
| XYZ | 34.8 | 16 | 90.88 | - |
| YUV | 81.89 | 222.31 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 249 | 0.30 | 0.99 | 0 | 0.02 | 282.02 | 0.98 | 0.49 |
| Hex | AF | 2 | F9 | 1E | 63 | 0 | 2 | 11A | 62 | 31 |
| Octal | 257 | 2 | 371 | 36 | 143 | 0 | 2 | 432 | 142 | 61 |
| Binary | 10101111 | 10 | 11111001 | 11110 | 1100011 | 0 | 10 | 100011010 | 1100010 | 110001 |
Color Harmonies of #AF02F9
Complementary color
Monochromatic Colors of #AF02F9
Black with #AF02F9
Text Example
Text Example
White with #AF02F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF02F9; }
p { color: rgb(175,2,249); }
H1.HeaderClassName
{
color: #AF02F9;
}
.AnyTagClassName
{
color: #AF02F9;
}
</style>
background-color css
<style>
a { background-color: #AF02F9; }
a { background-color: rgb(175,2,249); }
div.DivClassName
{
background-color: #AF02F9;
}
.BgClassName
{
background-color: #AF02F9;
}
</style>
border-color css
<style>
span { border-color: #AF02F9; }
span { border-color: rgb(175,2,249); }
td.TdClassName
{
border-color: #AF02F9;
}
.TagClassName
{
border-color: #AF02F9;
}
</style>