Shades of Electric Purple #AD17FC
Tints of Electric Purple #AD17FC
RGB
CMYK
RGB Variations
Color information
#AD17FC (or 0xAD17FC) is known color: Electric Purple. HEX triplet: AD, 17 and FC. RGB value is (173,23,252). Sum of RGB (Red+Green+Blue) = 173+23+252=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD17FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD17FC is #52E803. Grayscale: #5D5D5D. Windows color (decimal): -5433348 or 16521133. OLE color: 16521133.
HSL color Cylindrical-coordinate representation of color #AD17FC: hue angle of 279.3º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD17FC is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 23 | 252 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.01 |
| HSL | 279.3º | 0.97% | 0.54% | - |
| HSV(B) | 279.3º | 0.91% | 0.99% | - |
| XYZ | 35.11 | 16.53 | 93.43 | - |
| YUV | 93.96 | 217.2 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 252 | 0.31 | 0.91 | 0 | 0.01 | 279.3 | 0.97 | 0.54 |
| Hex | AD | 17 | FC | 1F | 5B | 0 | 1 | 117 | 61 | 36 |
| Octal | 255 | 27 | 374 | 37 | 133 | 0 | 1 | 427 | 141 | 66 |
| Binary | 10101101 | 10111 | 11111100 | 11111 | 1011011 | 0 | 1 | 100010111 | 1100001 | 110110 |
Color Harmonies of #AD17FC
Complementary color
Monochromatic Colors of #AD17FC
Black with #AD17FC
Text Example
Text Example
White with #AD17FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD17FC; }
p { color: rgb(173,23,252); }
H1.HeaderClassName
{
color: #AD17FC;
}
.AnyTagClassName
{
color: #AD17FC;
}
</style>
background-color css
<style>
a { background-color: #AD17FC; }
a { background-color: rgb(173,23,252); }
div.DivClassName
{
background-color: #AD17FC;
}
.BgClassName
{
background-color: #AD17FC;
}
</style>
border-color css
<style>
span { border-color: #AD17FC; }
span { border-color: rgb(173,23,252); }
td.TdClassName
{
border-color: #AD17FC;
}
.TagClassName
{
border-color: #AD17FC;
}
</style>