Shades of Electric Purple #AD1BFE
Tints of Electric Purple #AD1BFE
RGB
CMYK
RGB Variations
Color information
#AD1BFE (or 0xAD1BFE) is known color: Electric Purple. HEX triplet: AD, 1B and FE. RGB value is (173,27,254). Sum of RGB (Red+Green+Blue) = 173+27+254=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 27 (10.94% from 255 or 5.95% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD1BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1BFE is #52E401. Grayscale: #5F5F5F. Windows color (decimal): -5432322 or 16653229. OLE color: 16653229.
HSL color Cylindrical-coordinate representation of color #AD1BFE: hue angle of 278.59º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1BFE is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 27 | 254 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.00 |
| HSL | 278.59º | 0.99% | 0.55% | - |
| HSV(B) | 278.59º | 0.89% | 1% | - |
| XYZ | 35.51 | 16.82 | 95.14 | - |
| YUV | 96.53 | 216.87 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 254 | 0.32 | 0.89 | 0 | 0.00 | 278.59 | 0.99 | 0.55 |
| Hex | AD | 1B | FE | 20 | 59 | 0 | 0 | 117 | 63 | 37 |
| Octal | 255 | 33 | 376 | 40 | 131 | 0 | 0 | 427 | 143 | 67 |
| Binary | 10101101 | 11011 | 11111110 | 100000 | 1011001 | 0 | 0 | 100010111 | 1100011 | 110111 |
Color Harmonies of #AD1BFE
Complementary color
Monochromatic Colors of #AD1BFE
Black with #AD1BFE
Text Example
Text Example
White with #AD1BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BFE; }
p { color: rgb(173,27,254); }
H1.HeaderClassName
{
color: #AD1BFE;
}
.AnyTagClassName
{
color: #AD1BFE;
}
</style>
background-color css
<style>
a { background-color: #AD1BFE; }
a { background-color: rgb(173,27,254); }
div.DivClassName
{
background-color: #AD1BFE;
}
.BgClassName
{
background-color: #AD1BFE;
}
</style>
border-color css
<style>
span { border-color: #AD1BFE; }
span { border-color: rgb(173,27,254); }
td.TdClassName
{
border-color: #AD1BFE;
}
.TagClassName
{
border-color: #AD1BFE;
}
</style>