Shades of Electric Purple #AD0BFD
Tints of Electric Purple #AD0BFD
RGB
CMYK
RGB Variations
Color information
#AD0BFD (or 0xAD0BFD) is known color: Electric Purple. HEX triplet: AD, 0B and FD. RGB value is (173,11,253). Sum of RGB (Red+Green+Blue) = 173+11+253=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD0BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0BFD is #52F402. Grayscale: #565656. Windows color (decimal): -5436419 or 16583597. OLE color: 16583597.
HSL color Cylindrical-coordinate representation of color #AD0BFD: hue angle of 280.17º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0BFD is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 11 | 253 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.01 |
| HSL | 280.17º | 0.98% | 0.52% | - |
| HSV(B) | 280.17º | 0.96% | 0.99% | - |
| XYZ | 35.08 | 16.22 | 94.21 | - |
| YUV | 87.03 | 221.67 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 253 | 0.32 | 0.96 | 0 | 0.01 | 280.17 | 0.98 | 0.52 |
| Hex | AD | B | FD | 20 | 60 | 0 | 1 | 118 | 62 | 34 |
| Octal | 255 | 13 | 375 | 40 | 140 | 0 | 1 | 430 | 142 | 64 |
| Binary | 10101101 | 1011 | 11111101 | 100000 | 1100000 | 0 | 1 | 100011000 | 1100010 | 110100 |
Color Harmonies of #AD0BFD
Complementary color
Monochromatic Colors of #AD0BFD
Black with #AD0BFD
Text Example
Text Example
White with #AD0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BFD; }
p { color: rgb(173,11,253); }
H1.HeaderClassName
{
color: #AD0BFD;
}
.AnyTagClassName
{
color: #AD0BFD;
}
</style>
background-color css
<style>
a { background-color: #AD0BFD; }
a { background-color: rgb(173,11,253); }
div.DivClassName
{
background-color: #AD0BFD;
}
.BgClassName
{
background-color: #AD0BFD;
}
</style>
border-color css
<style>
span { border-color: #AD0BFD; }
span { border-color: rgb(173,11,253); }
td.TdClassName
{
border-color: #AD0BFD;
}
.TagClassName
{
border-color: #AD0BFD;
}
</style>