Shades of Electric Purple #AF10FA
Tints of Electric Purple #AF10FA
RGB
CMYK
RGB Variations
Color information
#AF10FA (or 0xAF10FA) is known color: Electric Purple. HEX triplet: AF, 10 and FA. RGB value is (175,16,250). Sum of RGB (Red+Green+Blue) = 175+16+250=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF10FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF10FA is #50EF05. Grayscale: #595959. Windows color (decimal): -5304070 or 16388271. OLE color: 16388271.
HSL color Cylindrical-coordinate representation of color #AF10FA: hue angle of 280.77º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF10FA is Cyan = 0.3, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 16 | 250 | - |
| CMYK | 0.3 | 0.94 | 0 | 0.02 |
| HSL | 280.77º | 0.96% | 0.52% | - |
| HSV(B) | 280.77º | 0.94% | 0.98% | - |
| XYZ | 35.12 | 16.39 | 91.75 | - |
| YUV | 90.22 | 218.18 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 250 | 0.3 | 0.94 | 0 | 0.02 | 280.77 | 0.96 | 0.52 |
| Hex | AF | 10 | FA | 1E | 5E | 0 | 2 | 119 | 60 | 34 |
| Octal | 257 | 20 | 372 | 36 | 136 | 0 | 2 | 431 | 140 | 64 |
| Binary | 10101111 | 10000 | 11111010 | 11110 | 1011110 | 0 | 10 | 100011001 | 1100000 | 110100 |
Color Harmonies of #AF10FA
Complementary color
Monochromatic Colors of #AF10FA
Black with #AF10FA
Text Example
Text Example
White with #AF10FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10FA; }
p { color: rgb(175,16,250); }
H1.HeaderClassName
{
color: #AF10FA;
}
.AnyTagClassName
{
color: #AF10FA;
}
</style>
background-color css
<style>
a { background-color: #AF10FA; }
a { background-color: rgb(175,16,250); }
div.DivClassName
{
background-color: #AF10FA;
}
.BgClassName
{
background-color: #AF10FA;
}
</style>
border-color css
<style>
span { border-color: #AF10FA; }
span { border-color: rgb(175,16,250); }
td.TdClassName
{
border-color: #AF10FA;
}
.TagClassName
{
border-color: #AF10FA;
}
</style>