Shades of Electric Purple #AF12FA
Tints of Electric Purple #AF12FA
RGB
CMYK
RGB Variations
Color information
#AF12FA (or 0xAF12FA) is known color: Electric Purple. HEX triplet: AF, 12 and FA. RGB value is (175,18,250). Sum of RGB (Red+Green+Blue) = 175+18+250=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF12FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF12FA is #50ED05. Grayscale: #5A5A5A. Windows color (decimal): -5303558 or 16388783. OLE color: 16388783.
HSL color Cylindrical-coordinate representation of color #AF12FA: hue angle of 280.6º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF12FA is Cyan = 0.3, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 18 | 250 | - |
| CMYK | 0.3 | 0.93 | 0 | 0.02 |
| HSL | 280.6º | 0.96% | 0.53% | - |
| HSV(B) | 280.6º | 0.93% | 0.98% | - |
| XYZ | 35.15 | 16.45 | 91.76 | - |
| YUV | 91.39 | 217.51 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 250 | 0.3 | 0.93 | 0 | 0.02 | 280.6 | 0.96 | 0.53 |
| Hex | AF | 12 | FA | 1E | 5D | 0 | 2 | 119 | 60 | 35 |
| Octal | 257 | 22 | 372 | 36 | 135 | 0 | 2 | 431 | 140 | 65 |
| Binary | 10101111 | 10010 | 11111010 | 11110 | 1011101 | 0 | 10 | 100011001 | 1100000 | 110101 |
Color Harmonies of #AF12FA
Complementary color
Monochromatic Colors of #AF12FA
Black with #AF12FA
Text Example
Text Example
White with #AF12FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12FA; }
p { color: rgb(175,18,250); }
H1.HeaderClassName
{
color: #AF12FA;
}
.AnyTagClassName
{
color: #AF12FA;
}
</style>
background-color css
<style>
a { background-color: #AF12FA; }
a { background-color: rgb(175,18,250); }
div.DivClassName
{
background-color: #AF12FA;
}
.BgClassName
{
background-color: #AF12FA;
}
</style>
border-color css
<style>
span { border-color: #AF12FA; }
span { border-color: rgb(175,18,250); }
td.TdClassName
{
border-color: #AF12FA;
}
.TagClassName
{
border-color: #AF12FA;
}
</style>