Shades of Electric Purple #AD0BFE
Tints of Electric Purple #AD0BFE
RGB
CMYK
RGB Variations
Color information
#AD0BFE (or 0xAD0BFE) is known color: Electric Purple. HEX triplet: AD, 0B and FE. RGB value is (173,11,254). Sum of RGB (Red+Green+Blue) = 173+11+254=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD0BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0BFE is #52F401. Grayscale: #565656. Windows color (decimal): -5436418 or 16649133. OLE color: 16649133.
HSL color Cylindrical-coordinate representation of color #AD0BFE: hue angle of 280º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0BFE is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 11 | 254 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.00 |
| HSL | 280º | 0.99% | 0.52% | - |
| HSV(B) | 280º | 0.96% | 1% | - |
| XYZ | 35.24 | 16.28 | 95.05 | - |
| YUV | 87.14 | 222.17 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 254 | 0.32 | 0.96 | 0 | 0.00 | 280 | 0.99 | 0.52 |
| Hex | AD | B | FE | 20 | 60 | 0 | 0 | 118 | 63 | 34 |
| Octal | 255 | 13 | 376 | 40 | 140 | 0 | 0 | 430 | 143 | 64 |
| Binary | 10101101 | 1011 | 11111110 | 100000 | 1100000 | 0 | 0 | 100011000 | 1100011 | 110100 |
Color Harmonies of #AD0BFE
Complementary color
Monochromatic Colors of #AD0BFE
Black with #AD0BFE
Text Example
Text Example
White with #AD0BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BFE; }
p { color: rgb(173,11,254); }
H1.HeaderClassName
{
color: #AD0BFE;
}
.AnyTagClassName
{
color: #AD0BFE;
}
</style>
background-color css
<style>
a { background-color: #AD0BFE; }
a { background-color: rgb(173,11,254); }
div.DivClassName
{
background-color: #AD0BFE;
}
.BgClassName
{
background-color: #AD0BFE;
}
</style>
border-color css
<style>
span { border-color: #AD0BFE; }
span { border-color: rgb(173,11,254); }
td.TdClassName
{
border-color: #AD0BFE;
}
.TagClassName
{
border-color: #AD0BFE;
}
</style>