Shades of Electric Purple #AD1BF3
Tints of Electric Purple #AD1BF3
RGB
CMYK
RGB Variations
Color information
#AD1BF3 (or 0xAD1BF3) is known color: Electric Purple. HEX triplet: AD, 1B and F3. RGB value is (173,27,243). Sum of RGB (Red+Green+Blue) = 173+27+243=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 27 (10.94% from 255 or 6.09% from 443); Blue value is 243 (95.31% from 255 or 54.85% from 443); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD1BF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1BF3 is #52E40C. Grayscale: #5E5E5E. Windows color (decimal): -5432333 or 15932333. OLE color: 15932333.
HSL color Cylindrical-coordinate representation of color #AD1BF3: hue angle of 280.56º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1BF3 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 27 | 243 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.05 |
| HSL | 280.56º | 0.9% | 0.53% | - |
| HSV(B) | 280.56º | 0.89% | 0.95% | - |
| XYZ | 33.8 | 16.14 | 86.13 | - |
| YUV | 95.28 | 211.37 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 243 | 0.29 | 0.89 | 0 | 0.05 | 280.56 | 0.9 | 0.53 |
| Hex | AD | 1B | F3 | 1D | 59 | 0 | 5 | 119 | 5A | 35 |
| Octal | 255 | 33 | 363 | 35 | 131 | 0 | 5 | 431 | 132 | 65 |
| Binary | 10101101 | 11011 | 11110011 | 11101 | 1011001 | 0 | 101 | 100011001 | 1011010 | 110101 |
Color Harmonies of #AD1BF3
Complementary color
Monochromatic Colors of #AD1BF3
Black with #AD1BF3
Text Example
Text Example
White with #AD1BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BF3; }
p { color: rgb(173,27,243); }
H1.HeaderClassName
{
color: #AD1BF3;
}
.AnyTagClassName
{
color: #AD1BF3;
}
</style>
background-color css
<style>
a { background-color: #AD1BF3; }
a { background-color: rgb(173,27,243); }
div.DivClassName
{
background-color: #AD1BF3;
}
.BgClassName
{
background-color: #AD1BF3;
}
</style>
border-color css
<style>
span { border-color: #AD1BF3; }
span { border-color: rgb(173,27,243); }
td.TdClassName
{
border-color: #AD1BF3;
}
.TagClassName
{
border-color: #AD1BF3;
}
</style>