Shades of Electric Purple #AD12FD
Tints of Electric Purple #AD12FD
RGB
CMYK
RGB Variations
Color information
#AD12FD (or 0xAD12FD) is known color: Electric Purple. HEX triplet: AD, 12 and FD. RGB value is (173,18,253). Sum of RGB (Red+Green+Blue) = 173+18+253=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 18 (7.42% from 255 or 4.05% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD12FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD12FD is #52ED02. Grayscale: #5A5A5A. Windows color (decimal): -5434627 or 16585389. OLE color: 16585389.
HSL color Cylindrical-coordinate representation of color #AD12FD: hue angle of 279.57º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD12FD is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 18 | 253 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.01 |
| HSL | 279.57º | 0.98% | 0.53% | - |
| HSV(B) | 279.57º | 0.93% | 0.99% | - |
| XYZ | 35.18 | 16.41 | 94.24 | - |
| YUV | 91.14 | 219.35 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 253 | 0.32 | 0.93 | 0 | 0.01 | 279.57 | 0.98 | 0.53 |
| Hex | AD | 12 | FD | 20 | 5D | 0 | 1 | 118 | 62 | 35 |
| Octal | 255 | 22 | 375 | 40 | 135 | 0 | 1 | 430 | 142 | 65 |
| Binary | 10101101 | 10010 | 11111101 | 100000 | 1011101 | 0 | 1 | 100011000 | 1100010 | 110101 |
Color Harmonies of #AD12FD
Complementary color
Monochromatic Colors of #AD12FD
Black with #AD12FD
Text Example
Text Example
White with #AD12FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12FD; }
p { color: rgb(173,18,253); }
H1.HeaderClassName
{
color: #AD12FD;
}
.AnyTagClassName
{
color: #AD12FD;
}
</style>
background-color css
<style>
a { background-color: #AD12FD; }
a { background-color: rgb(173,18,253); }
div.DivClassName
{
background-color: #AD12FD;
}
.BgClassName
{
background-color: #AD12FD;
}
</style>
border-color css
<style>
span { border-color: #AD12FD; }
span { border-color: rgb(173,18,253); }
td.TdClassName
{
border-color: #AD12FD;
}
.TagClassName
{
border-color: #AD12FD;
}
</style>