Shades of Electric Purple #AD0BFF
Tints of Electric Purple #AD0BFF
RGB
CMYK
RGB Variations
Color information
#AD0BFF (or 0xAD0BFF) is known color: Electric Purple. HEX triplet: AD, 0B and FF. RGB value is (173,11,255). Sum of RGB (Red+Green+Blue) = 173+11+255=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD0BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0BFF is #52F400. Grayscale: #565656. Windows color (decimal): -5436417 or 16714669. OLE color: 16714669.
HSL color Cylindrical-coordinate representation of color #AD0BFF: hue angle of 279.84º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0BFF is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 11 | 255 | - |
| CMYK | 0.32 | 0.96 | 0 | 0 |
| HSL | 279.84º | 1% | 0.52% | - |
| HSV(B) | 279.84º | 0.96% | 1% | - |
| XYZ | 35.4 | 16.34 | 95.9 | - |
| YUV | 87.25 | 222.67 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 255 | 0.32 | 0.96 | 0 | 0 | 279.84 | 1 | 0.52 |
| Hex | AD | B | FF | 20 | 60 | 0 | 0 | 118 | 64 | 34 |
| Octal | 255 | 13 | 377 | 40 | 140 | 0 | 0 | 430 | 144 | 64 |
| Binary | 10101101 | 1011 | 11111111 | 100000 | 1100000 | 0 | 0 | 100011000 | 1100100 | 110100 |
Color Harmonies of #AD0BFF
Complementary color
Monochromatic Colors of #AD0BFF
Black with #AD0BFF
Text Example
Text Example
White with #AD0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BFF; }
p { color: rgb(173,11,255); }
H1.HeaderClassName
{
color: #AD0BFF;
}
.AnyTagClassName
{
color: #AD0BFF;
}
</style>
background-color css
<style>
a { background-color: #AD0BFF; }
a { background-color: rgb(173,11,255); }
div.DivClassName
{
background-color: #AD0BFF;
}
.BgClassName
{
background-color: #AD0BFF;
}
</style>
border-color css
<style>
span { border-color: #AD0BFF; }
span { border-color: rgb(173,11,255); }
td.TdClassName
{
border-color: #AD0BFF;
}
.TagClassName
{
border-color: #AD0BFF;
}
</style>