Shades of Electric Purple #AD1BEF
Tints of Electric Purple #AD1BEF
RGB
CMYK
RGB Variations
Color information
#AD1BEF (or 0xAD1BEF) is known color: Electric Purple. HEX triplet: AD, 1B and EF. RGB value is (173,27,239). Sum of RGB (Red+Green+Blue) = 173+27+239=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD1BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1BEF is #52E410. Grayscale: #5E5E5E. Windows color (decimal): -5432337 or 15670189. OLE color: 15670189.
HSL color Cylindrical-coordinate representation of color #AD1BEF: hue angle of 281.32º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1BEF is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 27 | 239 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.06 |
| HSL | 281.32º | 0.87% | 0.52% | - |
| HSV(B) | 281.32º | 0.89% | 0.94% | - |
| XYZ | 33.21 | 15.9 | 82.98 | - |
| YUV | 94.82 | 209.37 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 239 | 0.28 | 0.89 | 0 | 0.06 | 281.32 | 0.87 | 0.52 |
| Hex | AD | 1B | EF | 1C | 59 | 0 | 6 | 119 | 57 | 34 |
| Octal | 255 | 33 | 357 | 34 | 131 | 0 | 6 | 431 | 127 | 64 |
| Binary | 10101101 | 11011 | 11101111 | 11100 | 1011001 | 0 | 110 | 100011001 | 1010111 | 110100 |
Color Harmonies of #AD1BEF
Complementary color
Monochromatic Colors of #AD1BEF
Black with #AD1BEF
Text Example
Text Example
White with #AD1BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BEF; }
p { color: rgb(173,27,239); }
H1.HeaderClassName
{
color: #AD1BEF;
}
.AnyTagClassName
{
color: #AD1BEF;
}
</style>
background-color css
<style>
a { background-color: #AD1BEF; }
a { background-color: rgb(173,27,239); }
div.DivClassName
{
background-color: #AD1BEF;
}
.BgClassName
{
background-color: #AD1BEF;
}
</style>
border-color css
<style>
span { border-color: #AD1BEF; }
span { border-color: rgb(173,27,239); }
td.TdClassName
{
border-color: #AD1BEF;
}
.TagClassName
{
border-color: #AD1BEF;
}
</style>