Shades of Electric Purple #AD0DFC
Tints of Electric Purple #AD0DFC
RGB
CMYK
RGB Variations
Color information
#AD0DFC (or 0xAD0DFC) is known color: Electric Purple. HEX triplet: AD, 0D and FC. RGB value is (173,13,252). Sum of RGB (Red+Green+Blue) = 173+13+252=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD0DFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0DFC is #52F203. Grayscale: #575757. Windows color (decimal): -5435908 or 16518573. OLE color: 16518573.
HSL color Cylindrical-coordinate representation of color #AD0DFC: hue angle of 280.17º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0DFC is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 13 | 252 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.01 |
| HSL | 280.17º | 0.98% | 0.52% | - |
| HSV(B) | 280.17º | 0.95% | 0.99% | - |
| XYZ | 34.95 | 16.2 | 93.38 | - |
| YUV | 88.09 | 220.51 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 252 | 0.31 | 0.95 | 0 | 0.01 | 280.17 | 0.98 | 0.52 |
| Hex | AD | D | FC | 1F | 5F | 0 | 1 | 118 | 62 | 34 |
| Octal | 255 | 15 | 374 | 37 | 137 | 0 | 1 | 430 | 142 | 64 |
| Binary | 10101101 | 1101 | 11111100 | 11111 | 1011111 | 0 | 1 | 100011000 | 1100010 | 110100 |
Color Harmonies of #AD0DFC
Complementary color
Monochromatic Colors of #AD0DFC
Black with #AD0DFC
Text Example
Text Example
White with #AD0DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DFC; }
p { color: rgb(173,13,252); }
H1.HeaderClassName
{
color: #AD0DFC;
}
.AnyTagClassName
{
color: #AD0DFC;
}
</style>
background-color css
<style>
a { background-color: #AD0DFC; }
a { background-color: rgb(173,13,252); }
div.DivClassName
{
background-color: #AD0DFC;
}
.BgClassName
{
background-color: #AD0DFC;
}
</style>
border-color css
<style>
span { border-color: #AD0DFC; }
span { border-color: rgb(173,13,252); }
td.TdClassName
{
border-color: #AD0DFC;
}
.TagClassName
{
border-color: #AD0DFC;
}
</style>