Shades of Electric Purple #AD1BE9
Tints of Electric Purple #AD1BE9
RGB
CMYK
RGB Variations
Color information
#AD1BE9 (or 0xAD1BE9) is known color: Electric Purple. HEX triplet: AD, 1B and E9. RGB value is (173,27,233). Sum of RGB (Red+Green+Blue) = 173+27+233=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD1BE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1BE9 is #52E416. Grayscale: #5D5D5D. Windows color (decimal): -5432343 or 15276973. OLE color: 15276973.
HSL color Cylindrical-coordinate representation of color #AD1BE9: hue angle of 282.52º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1BE9 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 27 | 233 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.09 |
| HSL | 282.52º | 0.82% | 0.51% | - |
| HSV(B) | 282.52º | 0.88% | 0.91% | - |
| XYZ | 32.33 | 15.55 | 78.39 | - |
| YUV | 94.14 | 206.37 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 233 | 0.26 | 0.88 | 0 | 0.09 | 282.52 | 0.82 | 0.51 |
| Hex | AD | 1B | E9 | 1A | 58 | 0 | 9 | 11B | 52 | 33 |
| Octal | 255 | 33 | 351 | 32 | 130 | 0 | 11 | 433 | 122 | 63 |
| Binary | 10101101 | 11011 | 11101001 | 11010 | 1011000 | 0 | 1001 | 100011011 | 1010010 | 110011 |
Color Harmonies of #AD1BE9
Complementary color
Monochromatic Colors of #AD1BE9
Black with #AD1BE9
Text Example
Text Example
White with #AD1BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BE9; }
p { color: rgb(173,27,233); }
H1.HeaderClassName
{
color: #AD1BE9;
}
.AnyTagClassName
{
color: #AD1BE9;
}
</style>
background-color css
<style>
a { background-color: #AD1BE9; }
a { background-color: rgb(173,27,233); }
div.DivClassName
{
background-color: #AD1BE9;
}
.BgClassName
{
background-color: #AD1BE9;
}
</style>
border-color css
<style>
span { border-color: #AD1BE9; }
span { border-color: rgb(173,27,233); }
td.TdClassName
{
border-color: #AD1BE9;
}
.TagClassName
{
border-color: #AD1BE9;
}
</style>