Shades of Electric Purple #AD15E6
Tints of Electric Purple #AD15E6
RGB
CMYK
RGB Variations
Color information
#AD15E6 (or 0xAD15E6) is known color: Electric Purple. HEX triplet: AD, 15 and E6. RGB value is (173,21,230). Sum of RGB (Red+Green+Blue) = 173+21+230=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD15E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD15E6 is #52EA19. Grayscale: #595959. Windows color (decimal): -5433882 or 15078829. OLE color: 15078829.
HSL color Cylindrical-coordinate representation of color #AD15E6: hue angle of 283.64º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD15E6 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 21 | 230 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.10 |
| HSL | 283.64º | 0.83% | 0.49% | - |
| HSV(B) | 283.64º | 0.91% | 0.9% | - |
| XYZ | 31.78 | 15.13 | 76.11 | - |
| YUV | 90.27 | 206.86 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 230 | 0.25 | 0.91 | 0 | 0.10 | 283.64 | 0.83 | 0.49 |
| Hex | AD | 15 | E6 | 19 | 5B | 0 | A | 11C | 53 | 31 |
| Octal | 255 | 25 | 346 | 31 | 133 | 0 | 12 | 434 | 123 | 61 |
| Binary | 10101101 | 10101 | 11100110 | 11001 | 1011011 | 0 | 1010 | 100011100 | 1010011 | 110001 |
Color Harmonies of #AD15E6
Complementary color
Monochromatic Colors of #AD15E6
Black with #AD15E6
Text Example
Text Example
White with #AD15E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD15E6; }
p { color: rgb(173,21,230); }
H1.HeaderClassName
{
color: #AD15E6;
}
.AnyTagClassName
{
color: #AD15E6;
}
</style>
background-color css
<style>
a { background-color: #AD15E6; }
a { background-color: rgb(173,21,230); }
div.DivClassName
{
background-color: #AD15E6;
}
.BgClassName
{
background-color: #AD15E6;
}
</style>
border-color css
<style>
span { border-color: #AD15E6; }
span { border-color: rgb(173,21,230); }
td.TdClassName
{
border-color: #AD15E6;
}
.TagClassName
{
border-color: #AD15E6;
}
</style>