Shades of Electric Purple #AD0BFA
Tints of Electric Purple #AD0BFA
RGB
CMYK
RGB Variations
Color information
#AD0BFA (or 0xAD0BFA) is known color: Electric Purple. HEX triplet: AD, 0B and FA. RGB value is (173,11,250). Sum of RGB (Red+Green+Blue) = 173+11+250=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD0BFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0BFA is #52F405. Grayscale: #555555. Windows color (decimal): -5436422 or 16386989. OLE color: 16386989.
HSL color Cylindrical-coordinate representation of color #AD0BFA: hue angle of 280.67º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0BFA is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 11 | 250 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.02 |
| HSL | 280.67º | 0.96% | 0.51% | - |
| HSV(B) | 280.67º | 0.96% | 0.98% | - |
| XYZ | 34.61 | 16.03 | 91.71 | - |
| YUV | 86.68 | 220.17 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 250 | 0.31 | 0.96 | 0 | 0.02 | 280.67 | 0.96 | 0.51 |
| Hex | AD | B | FA | 1F | 60 | 0 | 2 | 119 | 60 | 33 |
| Octal | 255 | 13 | 372 | 37 | 140 | 0 | 2 | 431 | 140 | 63 |
| Binary | 10101101 | 1011 | 11111010 | 11111 | 1100000 | 0 | 10 | 100011001 | 1100000 | 110011 |
Color Harmonies of #AD0BFA
Complementary color
Monochromatic Colors of #AD0BFA
Black with #AD0BFA
Text Example
Text Example
White with #AD0BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BFA; }
p { color: rgb(173,11,250); }
H1.HeaderClassName
{
color: #AD0BFA;
}
.AnyTagClassName
{
color: #AD0BFA;
}
</style>
background-color css
<style>
a { background-color: #AD0BFA; }
a { background-color: rgb(173,11,250); }
div.DivClassName
{
background-color: #AD0BFA;
}
.BgClassName
{
background-color: #AD0BFA;
}
</style>
border-color css
<style>
span { border-color: #AD0BFA; }
span { border-color: rgb(173,11,250); }
td.TdClassName
{
border-color: #AD0BFA;
}
.TagClassName
{
border-color: #AD0BFA;
}
</style>