Shades of Electric Purple #AD0BF3
Tints of Electric Purple #AD0BF3
RGB
CMYK
RGB Variations
Color information
#AD0BF3 (or 0xAD0BF3) is known color: Electric Purple. HEX triplet: AD, 0B and F3. RGB value is (173,11,243). Sum of RGB (Red+Green+Blue) = 173+11+243=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 243 (95.31% from 255 or 56.91% from 427); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD0BF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0BF3 is #52F40C. Grayscale: #555555. Windows color (decimal): -5436429 or 15928237. OLE color: 15928237.
HSL color Cylindrical-coordinate representation of color #AD0BF3: hue angle of 281.9º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0BF3 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 11 | 243 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.05 |
| HSL | 281.9º | 0.91% | 0.5% | - |
| HSV(B) | 281.9º | 0.95% | 0.95% | - |
| XYZ | 33.53 | 15.59 | 86.04 | - |
| YUV | 85.89 | 216.67 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 243 | 0.29 | 0.95 | 0 | 0.05 | 281.9 | 0.91 | 0.5 |
| Hex | AD | B | F3 | 1D | 5F | 0 | 5 | 11A | 5B | 32 |
| Octal | 255 | 13 | 363 | 35 | 137 | 0 | 5 | 432 | 133 | 62 |
| Binary | 10101101 | 1011 | 11110011 | 11101 | 1011111 | 0 | 101 | 100011010 | 1011011 | 110010 |
Color Harmonies of #AD0BF3
Complementary color
Monochromatic Colors of #AD0BF3
Black with #AD0BF3
Text Example
Text Example
White with #AD0BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BF3; }
p { color: rgb(173,11,243); }
H1.HeaderClassName
{
color: #AD0BF3;
}
.AnyTagClassName
{
color: #AD0BF3;
}
</style>
background-color css
<style>
a { background-color: #AD0BF3; }
a { background-color: rgb(173,11,243); }
div.DivClassName
{
background-color: #AD0BF3;
}
.BgClassName
{
background-color: #AD0BF3;
}
</style>
border-color css
<style>
span { border-color: #AD0BF3; }
span { border-color: rgb(173,11,243); }
td.TdClassName
{
border-color: #AD0BF3;
}
.TagClassName
{
border-color: #AD0BF3;
}
</style>