Shades of Electric Purple #AD20FB
Tints of Electric Purple #AD20FB
RGB
CMYK
RGB Variations
Color information
#AD20FB (or 0xAD20FB) is known color: Electric Purple. HEX triplet: AD, 20 and FB. RGB value is (173,32,251). Sum of RGB (Red+Green+Blue) = 173+32+251=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD20FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD20FB is #52DF04. Grayscale: #626262. Windows color (decimal): -5431045 or 16457901. OLE color: 16457901.
HSL color Cylindrical-coordinate representation of color #AD20FB: hue angle of 278.63º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD20FB is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 32 | 251 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.02 |
| HSL | 278.63º | 0.96% | 0.55% | - |
| HSV(B) | 278.63º | 0.87% | 0.98% | - |
| XYZ | 35.16 | 16.88 | 92.67 | - |
| YUV | 99.13 | 213.71 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 251 | 0.31 | 0.87 | 0 | 0.02 | 278.63 | 0.96 | 0.55 |
| Hex | AD | 20 | FB | 1F | 57 | 0 | 2 | 117 | 60 | 37 |
| Octal | 255 | 40 | 373 | 37 | 127 | 0 | 2 | 427 | 140 | 67 |
| Binary | 10101101 | 100000 | 11111011 | 11111 | 1010111 | 0 | 10 | 100010111 | 1100000 | 110111 |
Color Harmonies of #AD20FB
Complementary color
Monochromatic Colors of #AD20FB
Black with #AD20FB
Text Example
Text Example
White with #AD20FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD20FB; }
p { color: rgb(173,32,251); }
H1.HeaderClassName
{
color: #AD20FB;
}
.AnyTagClassName
{
color: #AD20FB;
}
</style>
background-color css
<style>
a { background-color: #AD20FB; }
a { background-color: rgb(173,32,251); }
div.DivClassName
{
background-color: #AD20FB;
}
.BgClassName
{
background-color: #AD20FB;
}
</style>
border-color css
<style>
span { border-color: #AD20FB; }
span { border-color: rgb(173,32,251); }
td.TdClassName
{
border-color: #AD20FB;
}
.TagClassName
{
border-color: #AD20FB;
}
</style>