Shades of Electric Purple #AD0FFB
Tints of Electric Purple #AD0FFB
RGB
CMYK
RGB Variations
Color information
#AD0FFB (or 0xAD0FFB) is known color: Electric Purple. HEX triplet: AD, 0F and FB. RGB value is (173,15,251). Sum of RGB (Red+Green+Blue) = 173+15+251=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD0FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0FFB is #52F004. Grayscale: #585858. Windows color (decimal): -5435397 or 16453549. OLE color: 16453549.
HSL color Cylindrical-coordinate representation of color #AD0FFB: hue angle of 280.17º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0FFB is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 15 | 251 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.02 |
| HSL | 280.17º | 0.97% | 0.52% | - |
| HSV(B) | 280.17º | 0.94% | 0.98% | - |
| XYZ | 34.82 | 16.19 | 92.56 | - |
| YUV | 89.15 | 219.35 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 251 | 0.31 | 0.94 | 0 | 0.02 | 280.17 | 0.97 | 0.52 |
| Hex | AD | F | FB | 1F | 5E | 0 | 2 | 118 | 61 | 34 |
| Octal | 255 | 17 | 373 | 37 | 136 | 0 | 2 | 430 | 141 | 64 |
| Binary | 10101101 | 1111 | 11111011 | 11111 | 1011110 | 0 | 10 | 100011000 | 1100001 | 110100 |
Color Harmonies of #AD0FFB
Complementary color
Monochromatic Colors of #AD0FFB
Black with #AD0FFB
Text Example
Text Example
White with #AD0FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FFB; }
p { color: rgb(173,15,251); }
H1.HeaderClassName
{
color: #AD0FFB;
}
.AnyTagClassName
{
color: #AD0FFB;
}
</style>
background-color css
<style>
a { background-color: #AD0FFB; }
a { background-color: rgb(173,15,251); }
div.DivClassName
{
background-color: #AD0FFB;
}
.BgClassName
{
background-color: #AD0FFB;
}
</style>
border-color css
<style>
span { border-color: #AD0FFB; }
span { border-color: rgb(173,15,251); }
td.TdClassName
{
border-color: #AD0FFB;
}
.TagClassName
{
border-color: #AD0FFB;
}
</style>