Shades of Electric Purple #AD23FE
Tints of Electric Purple #AD23FE
RGB
CMYK
RGB Variations
Color information
#AD23FE (or 0xAD23FE) is known color: Electric Purple. HEX triplet: AD, 23 and FE. RGB value is (173,35,254). Sum of RGB (Red+Green+Blue) = 173+35+254=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 35 (14.06% from 255 or 7.58% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD23FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD23FE is #52DC01. Grayscale: #646464. Windows color (decimal): -5430274 or 16655277. OLE color: 16655277.
HSL color Cylindrical-coordinate representation of color #AD23FE: hue angle of 277.81º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD23FE is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 35 | 254 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.00 |
| HSL | 277.81º | 0.99% | 0.57% | - |
| HSV(B) | 277.81º | 0.86% | 1% | - |
| XYZ | 35.72 | 17.24 | 95.21 | - |
| YUV | 101.23 | 214.22 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 254 | 0.32 | 0.86 | 0 | 0.00 | 277.81 | 0.99 | 0.57 |
| Hex | AD | 23 | FE | 20 | 56 | 0 | 0 | 116 | 63 | 39 |
| Octal | 255 | 43 | 376 | 40 | 126 | 0 | 0 | 426 | 143 | 71 |
| Binary | 10101101 | 100011 | 11111110 | 100000 | 1010110 | 0 | 0 | 100010110 | 1100011 | 111001 |
Color Harmonies of #AD23FE
Complementary color
Monochromatic Colors of #AD23FE
Black with #AD23FE
Text Example
Text Example
White with #AD23FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD23FE; }
p { color: rgb(173,35,254); }
H1.HeaderClassName
{
color: #AD23FE;
}
.AnyTagClassName
{
color: #AD23FE;
}
</style>
background-color css
<style>
a { background-color: #AD23FE; }
a { background-color: rgb(173,35,254); }
div.DivClassName
{
background-color: #AD23FE;
}
.BgClassName
{
background-color: #AD23FE;
}
</style>
border-color css
<style>
span { border-color: #AD23FE; }
span { border-color: rgb(173,35,254); }
td.TdClassName
{
border-color: #AD23FE;
}
.TagClassName
{
border-color: #AD23FE;
}
</style>