Shades of Electric Purple #AD0CEF
Tints of Electric Purple #AD0CEF
RGB
CMYK
RGB Variations
Color information
#AD0CEF (or 0xAD0CEF) is known color: Electric Purple. HEX triplet: AD, 0C and EF. RGB value is (173,12,239). Sum of RGB (Red+Green+Blue) = 173+12+239=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD0CEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0CEF is #52F310. Grayscale: #555555. Windows color (decimal): -5436177 or 15666349. OLE color: 15666349.
HSL color Cylindrical-coordinate representation of color #AD0CEF: hue angle of 282.56º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0CEF is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 12 | 239 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.06 |
| HSL | 282.56º | 0.9% | 0.49% | - |
| HSV(B) | 282.56º | 0.95% | 0.94% | - |
| XYZ | 32.95 | 15.38 | 82.89 | - |
| YUV | 86.02 | 214.34 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 239 | 0.28 | 0.95 | 0 | 0.06 | 282.56 | 0.9 | 0.49 |
| Hex | AD | C | EF | 1C | 5F | 0 | 6 | 11B | 5A | 31 |
| Octal | 255 | 14 | 357 | 34 | 137 | 0 | 6 | 433 | 132 | 61 |
| Binary | 10101101 | 1100 | 11101111 | 11100 | 1011111 | 0 | 110 | 100011011 | 1011010 | 110001 |
Color Harmonies of #AD0CEF
Complementary color
Monochromatic Colors of #AD0CEF
Black with #AD0CEF
Text Example
Text Example
White with #AD0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CEF; }
p { color: rgb(173,12,239); }
H1.HeaderClassName
{
color: #AD0CEF;
}
.AnyTagClassName
{
color: #AD0CEF;
}
</style>
background-color css
<style>
a { background-color: #AD0CEF; }
a { background-color: rgb(173,12,239); }
div.DivClassName
{
background-color: #AD0CEF;
}
.BgClassName
{
background-color: #AD0CEF;
}
</style>
border-color css
<style>
span { border-color: #AD0CEF; }
span { border-color: rgb(173,12,239); }
td.TdClassName
{
border-color: #AD0CEF;
}
.TagClassName
{
border-color: #AD0CEF;
}
</style>