Shades of Electric Purple #AF09FE
Tints of Electric Purple #AF09FE
RGB
CMYK
RGB Variations
Color information
#AF09FE (or 0xAF09FE) is known color: Electric Purple. HEX triplet: AF, 09 and FE. RGB value is (175,9,254). Sum of RGB (Red+Green+Blue) = 175+9+254=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF09FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF09FE is #50F601. Grayscale: #555555. Windows color (decimal): -5305858 or 16648623. OLE color: 16648623.
HSL color Cylindrical-coordinate representation of color #AF09FE: hue angle of 280.65º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF09FE is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 9 | 254 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.00 |
| HSL | 280.65º | 0.99% | 0.52% | - |
| HSV(B) | 280.65º | 0.96% | 1% | - |
| XYZ | 35.67 | 16.47 | 95.06 | - |
| YUV | 86.56 | 222.5 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 254 | 0.31 | 0.96 | 0 | 0.00 | 280.65 | 0.99 | 0.52 |
| Hex | AF | 9 | FE | 1F | 60 | 0 | 0 | 119 | 63 | 34 |
| Octal | 257 | 11 | 376 | 37 | 140 | 0 | 0 | 431 | 143 | 64 |
| Binary | 10101111 | 1001 | 11111110 | 11111 | 1100000 | 0 | 0 | 100011001 | 1100011 | 110100 |
Color Harmonies of #AF09FE
Complementary color
Monochromatic Colors of #AF09FE
Black with #AF09FE
Text Example
Text Example
White with #AF09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF09FE; }
p { color: rgb(175,9,254); }
H1.HeaderClassName
{
color: #AF09FE;
}
.AnyTagClassName
{
color: #AF09FE;
}
</style>
background-color css
<style>
a { background-color: #AF09FE; }
a { background-color: rgb(175,9,254); }
div.DivClassName
{
background-color: #AF09FE;
}
.BgClassName
{
background-color: #AF09FE;
}
</style>
border-color css
<style>
span { border-color: #AF09FE; }
span { border-color: rgb(175,9,254); }
td.TdClassName
{
border-color: #AF09FE;
}
.TagClassName
{
border-color: #AF09FE;
}
</style>