Shades of Electric Purple #AD0AFF
Tints of Electric Purple #AD0AFF
RGB
CMYK
RGB Variations
Color information
#AD0AFF (or 0xAD0AFF) is known color: Electric Purple. HEX triplet: AD, 0A and FF. RGB value is (173,10,255). Sum of RGB (Red+Green+Blue) = 173+10+255=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD0AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0AFF is #52F500. Grayscale: #555555. Windows color (decimal): -5436673 or 16714413. OLE color: 16714413.
HSL color Cylindrical-coordinate representation of color #AD0AFF: hue angle of 279.92º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0AFF is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 10 | 255 | - |
| CMYK | 0.32 | 0.96 | 0 | 0 |
| HSL | 279.92º | 1% | 0.52% | - |
| HSV(B) | 279.92º | 0.96% | 1% | - |
| XYZ | 35.39 | 16.32 | 95.89 | - |
| YUV | 86.67 | 223 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 255 | 0.32 | 0.96 | 0 | 0 | 279.92 | 1 | 0.52 |
| Hex | AD | A | FF | 20 | 60 | 0 | 0 | 118 | 64 | 34 |
| Octal | 255 | 12 | 377 | 40 | 140 | 0 | 0 | 430 | 144 | 64 |
| Binary | 10101101 | 1010 | 11111111 | 100000 | 1100000 | 0 | 0 | 100011000 | 1100100 | 110100 |
Color Harmonies of #AD0AFF
Complementary color
Monochromatic Colors of #AD0AFF
Black with #AD0AFF
Text Example
Text Example
White with #AD0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AFF; }
p { color: rgb(173,10,255); }
H1.HeaderClassName
{
color: #AD0AFF;
}
.AnyTagClassName
{
color: #AD0AFF;
}
</style>
background-color css
<style>
a { background-color: #AD0AFF; }
a { background-color: rgb(173,10,255); }
div.DivClassName
{
background-color: #AD0AFF;
}
.BgClassName
{
background-color: #AD0AFF;
}
</style>
border-color css
<style>
span { border-color: #AD0AFF; }
span { border-color: rgb(173,10,255); }
td.TdClassName
{
border-color: #AD0AFF;
}
.TagClassName
{
border-color: #AD0AFF;
}
</style>