Shades of Electric Purple #AD12FA
Tints of Electric Purple #AD12FA
RGB
CMYK
RGB Variations
Color information
#AD12FA (or 0xAD12FA) is known color: Electric Purple. HEX triplet: AD, 12 and FA. RGB value is (173,18,250). Sum of RGB (Red+Green+Blue) = 173+18+250=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 18 (7.42% from 255 or 4.08% 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 #AD12FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD12FA is #52ED05. Grayscale: #5A5A5A. Windows color (decimal): -5434630 or 16388781. OLE color: 16388781.
HSL color Cylindrical-coordinate representation of color #AD12FA: hue angle of 280.09º 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 #AD12FA is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 18 | 250 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.02 |
| HSL | 280.09º | 0.96% | 0.53% | - |
| HSV(B) | 280.09º | 0.93% | 0.98% | - |
| XYZ | 34.71 | 16.22 | 91.74 | - |
| YUV | 90.79 | 217.85 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 250 | 0.31 | 0.93 | 0 | 0.02 | 280.09 | 0.96 | 0.53 |
| Hex | AD | 12 | FA | 1F | 5D | 0 | 2 | 118 | 60 | 35 |
| Octal | 255 | 22 | 372 | 37 | 135 | 0 | 2 | 430 | 140 | 65 |
| Binary | 10101101 | 10010 | 11111010 | 11111 | 1011101 | 0 | 10 | 100011000 | 1100000 | 110101 |
Color Harmonies of #AD12FA
Complementary color
Monochromatic Colors of #AD12FA
Black with #AD12FA
Text Example
Text Example
White with #AD12FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12FA; }
p { color: rgb(173,18,250); }
H1.HeaderClassName
{
color: #AD12FA;
}
.AnyTagClassName
{
color: #AD12FA;
}
</style>
background-color css
<style>
a { background-color: #AD12FA; }
a { background-color: rgb(173,18,250); }
div.DivClassName
{
background-color: #AD12FA;
}
.BgClassName
{
background-color: #AD12FA;
}
</style>
border-color css
<style>
span { border-color: #AD12FA; }
span { border-color: rgb(173,18,250); }
td.TdClassName
{
border-color: #AD12FA;
}
.TagClassName
{
border-color: #AD12FA;
}
</style>