Shades of Electric Purple #AD0AFD
Tints of Electric Purple #AD0AFD
RGB
CMYK
RGB Variations
Color information
#AD0AFD (or 0xAD0AFD) is known color: Electric Purple. HEX triplet: AD, 0A and FD. RGB value is (173,10,253). Sum of RGB (Red+Green+Blue) = 173+10+253=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 10 (4.30% from 255 or 2.29% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD0AFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0AFD is #52F502. Grayscale: #555555. Windows color (decimal): -5436675 or 16583341. OLE color: 16583341.
HSL color Cylindrical-coordinate representation of color #AD0AFD: hue angle of 280.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0AFD is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 10 | 253 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.01 |
| HSL | 280.25º | 0.98% | 0.52% | - |
| HSV(B) | 280.25º | 0.96% | 0.99% | - |
| XYZ | 35.07 | 16.19 | 94.21 | - |
| YUV | 86.44 | 222 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 253 | 0.32 | 0.96 | 0 | 0.01 | 280.25 | 0.98 | 0.52 |
| Hex | AD | A | FD | 20 | 60 | 0 | 1 | 118 | 62 | 34 |
| Octal | 255 | 12 | 375 | 40 | 140 | 0 | 1 | 430 | 142 | 64 |
| Binary | 10101101 | 1010 | 11111101 | 100000 | 1100000 | 0 | 1 | 100011000 | 1100010 | 110100 |
Color Harmonies of #AD0AFD
Complementary color
Monochromatic Colors of #AD0AFD
Black with #AD0AFD
Text Example
Text Example
White with #AD0AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AFD; }
p { color: rgb(173,10,253); }
H1.HeaderClassName
{
color: #AD0AFD;
}
.AnyTagClassName
{
color: #AD0AFD;
}
</style>
background-color css
<style>
a { background-color: #AD0AFD; }
a { background-color: rgb(173,10,253); }
div.DivClassName
{
background-color: #AD0AFD;
}
.BgClassName
{
background-color: #AD0AFD;
}
</style>
border-color css
<style>
span { border-color: #AD0AFD; }
span { border-color: rgb(173,10,253); }
td.TdClassName
{
border-color: #AD0AFD;
}
.TagClassName
{
border-color: #AD0AFD;
}
</style>