Shades of Electric Purple #AD1BFC
Tints of Electric Purple #AD1BFC
RGB
CMYK
RGB Variations
Color information
#AD1BFC (or 0xAD1BFC) is known color: Electric Purple. HEX triplet: AD, 1B and FC. RGB value is (173,27,252). Sum of RGB (Red+Green+Blue) = 173+27+252=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 27 (10.94% from 255 or 5.97% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD1BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1BFC is #52E403. Grayscale: #5F5F5F. Windows color (decimal): -5432324 or 16522157. OLE color: 16522157.
HSL color Cylindrical-coordinate representation of color #AD1BFC: hue angle of 278.93º degrees, saturation: 0.97, 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 #AD1BFC is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 27 | 252 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.01 |
| HSL | 278.93º | 0.97% | 0.55% | - |
| HSV(B) | 278.93º | 0.89% | 0.99% | - |
| XYZ | 35.2 | 16.7 | 93.46 | - |
| YUV | 96.3 | 215.87 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 252 | 0.31 | 0.89 | 0 | 0.01 | 278.93 | 0.97 | 0.55 |
| Hex | AD | 1B | FC | 1F | 59 | 0 | 1 | 117 | 61 | 37 |
| Octal | 255 | 33 | 374 | 37 | 131 | 0 | 1 | 427 | 141 | 67 |
| Binary | 10101101 | 11011 | 11111100 | 11111 | 1011001 | 0 | 1 | 100010111 | 1100001 | 110111 |
Color Harmonies of #AD1BFC
Complementary color
Monochromatic Colors of #AD1BFC
Black with #AD1BFC
Text Example
Text Example
White with #AD1BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BFC; }
p { color: rgb(173,27,252); }
H1.HeaderClassName
{
color: #AD1BFC;
}
.AnyTagClassName
{
color: #AD1BFC;
}
</style>
background-color css
<style>
a { background-color: #AD1BFC; }
a { background-color: rgb(173,27,252); }
div.DivClassName
{
background-color: #AD1BFC;
}
.BgClassName
{
background-color: #AD1BFC;
}
</style>
border-color css
<style>
span { border-color: #AD1BFC; }
span { border-color: rgb(173,27,252); }
td.TdClassName
{
border-color: #AD1BFC;
}
.TagClassName
{
border-color: #AD1BFC;
}
</style>