Shades of Electric Purple #AD0DFF
Tints of Electric Purple #AD0DFF
RGB
CMYK
RGB Variations
Color information
#AD0DFF (or 0xAD0DFF) is known color: Electric Purple. HEX triplet: AD, 0D and FF. RGB value is (173,13,255). Sum of RGB (Red+Green+Blue) = 173+13+255=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD0DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0DFF is #52F200. Grayscale: #575757. Windows color (decimal): -5435905 or 16715181. OLE color: 16715181.
HSL color Cylindrical-coordinate representation of color #AD0DFF: hue angle of 279.67º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0DFF is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 13 | 255 | - |
| CMYK | 0.32 | 0.95 | 0 | 0 |
| HSL | 279.67º | 1% | 0.53% | - |
| HSV(B) | 279.67º | 0.95% | 1% | - |
| XYZ | 35.43 | 16.39 | 95.9 | - |
| YUV | 88.43 | 222.01 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 255 | 0.32 | 0.95 | 0 | 0 | 279.67 | 1 | 0.53 |
| Hex | AD | D | FF | 20 | 5F | 0 | 0 | 118 | 64 | 35 |
| Octal | 255 | 15 | 377 | 40 | 137 | 0 | 0 | 430 | 144 | 65 |
| Binary | 10101101 | 1101 | 11111111 | 100000 | 1011111 | 0 | 0 | 100011000 | 1100100 | 110101 |
Color Harmonies of #AD0DFF
Complementary color
Monochromatic Colors of #AD0DFF
Black with #AD0DFF
Text Example
Text Example
White with #AD0DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DFF; }
p { color: rgb(173,13,255); }
H1.HeaderClassName
{
color: #AD0DFF;
}
.AnyTagClassName
{
color: #AD0DFF;
}
</style>
background-color css
<style>
a { background-color: #AD0DFF; }
a { background-color: rgb(173,13,255); }
div.DivClassName
{
background-color: #AD0DFF;
}
.BgClassName
{
background-color: #AD0DFF;
}
</style>
border-color css
<style>
span { border-color: #AD0DFF; }
span { border-color: rgb(173,13,255); }
td.TdClassName
{
border-color: #AD0DFF;
}
.TagClassName
{
border-color: #AD0DFF;
}
</style>