Shades of Electric Purple #AF10FF
Tints of Electric Purple #AF10FF
RGB
CMYK
RGB Variations
Color information
#AF10FF (or 0xAF10FF) is known color: Electric Purple. HEX triplet: AF, 10 and FF. RGB value is (175,16,255). Sum of RGB (Red+Green+Blue) = 175+16+255=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF10FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF10FF is #50EF00. Grayscale: #595959. Windows color (decimal): -5304065 or 16715951. OLE color: 16715951.
HSL color Cylindrical-coordinate representation of color #AF10FF: hue angle of 279.92º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF10FF is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 16 | 255 | - |
| CMYK | 0.31 | 0.94 | 0 | 0 |
| HSL | 279.92º | 1% | 0.53% | - |
| HSV(B) | 279.92º | 0.94% | 1% | - |
| XYZ | 35.91 | 16.7 | 95.94 | - |
| YUV | 90.79 | 220.68 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 255 | 0.31 | 0.94 | 0 | 0 | 279.92 | 1 | 0.53 |
| Hex | AF | 10 | FF | 1F | 5E | 0 | 0 | 118 | 64 | 35 |
| Octal | 257 | 20 | 377 | 37 | 136 | 0 | 0 | 430 | 144 | 65 |
| Binary | 10101111 | 10000 | 11111111 | 11111 | 1011110 | 0 | 0 | 100011000 | 1100100 | 110101 |
Color Harmonies of #AF10FF
Complementary color
Monochromatic Colors of #AF10FF
Black with #AF10FF
Text Example
Text Example
White with #AF10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10FF; }
p { color: rgb(175,16,255); }
H1.HeaderClassName
{
color: #AF10FF;
}
.AnyTagClassName
{
color: #AF10FF;
}
</style>
background-color css
<style>
a { background-color: #AF10FF; }
a { background-color: rgb(175,16,255); }
div.DivClassName
{
background-color: #AF10FF;
}
.BgClassName
{
background-color: #AF10FF;
}
</style>
border-color css
<style>
span { border-color: #AF10FF; }
span { border-color: rgb(175,16,255); }
td.TdClassName
{
border-color: #AF10FF;
}
.TagClassName
{
border-color: #AF10FF;
}
</style>