Shades of Electric Purple #AD1BFD
Tints of Electric Purple #AD1BFD
RGB
CMYK
RGB Variations
Color information
#AD1BFD (or 0xAD1BFD) is known color: Electric Purple. HEX triplet: AD, 1B and FD. RGB value is (173,27,253). Sum of RGB (Red+Green+Blue) = 173+27+253=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 27 (10.94% from 255 or 5.96% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD1BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1BFD is #52E402. Grayscale: #5F5F5F. Windows color (decimal): -5432323 or 16587693. OLE color: 16587693.
HSL color Cylindrical-coordinate representation of color #AD1BFD: hue angle of 278.76º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1BFD is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 27 | 253 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.01 |
| HSL | 278.76º | 0.98% | 0.55% | - |
| HSV(B) | 278.76º | 0.89% | 0.99% | - |
| XYZ | 35.36 | 16.76 | 94.3 | - |
| YUV | 96.42 | 216.37 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 253 | 0.32 | 0.89 | 0 | 0.01 | 278.76 | 0.98 | 0.55 |
| Hex | AD | 1B | FD | 20 | 59 | 0 | 1 | 117 | 62 | 37 |
| Octal | 255 | 33 | 375 | 40 | 131 | 0 | 1 | 427 | 142 | 67 |
| Binary | 10101101 | 11011 | 11111101 | 100000 | 1011001 | 0 | 1 | 100010111 | 1100010 | 110111 |
Color Harmonies of #AD1BFD
Complementary color
Monochromatic Colors of #AD1BFD
Black with #AD1BFD
Text Example
Text Example
White with #AD1BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BFD; }
p { color: rgb(173,27,253); }
H1.HeaderClassName
{
color: #AD1BFD;
}
.AnyTagClassName
{
color: #AD1BFD;
}
</style>
background-color css
<style>
a { background-color: #AD1BFD; }
a { background-color: rgb(173,27,253); }
div.DivClassName
{
background-color: #AD1BFD;
}
.BgClassName
{
background-color: #AD1BFD;
}
</style>
border-color css
<style>
span { border-color: #AD1BFD; }
span { border-color: rgb(173,27,253); }
td.TdClassName
{
border-color: #AD1BFD;
}
.TagClassName
{
border-color: #AD1BFD;
}
</style>