Shades of Electric Purple #AD1AFB
Tints of Electric Purple #AD1AFB
RGB
CMYK
RGB Variations
Color information
#AD1AFB (or 0xAD1AFB) is known color: Electric Purple. HEX triplet: AD, 1A and FB. RGB value is (173,26,251). Sum of RGB (Red+Green+Blue) = 173+26+251=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD1AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1AFB is #52E504. Grayscale: #5E5E5E. Windows color (decimal): -5432581 or 16456365. OLE color: 16456365.
HSL color Cylindrical-coordinate representation of color #AD1AFB: hue angle of 279.2º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1AFB is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 26 | 251 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.02 |
| HSL | 279.2º | 0.97% | 0.54% | - |
| HSV(B) | 279.2º | 0.9% | 0.98% | - |
| XYZ | 35.02 | 16.59 | 92.62 | - |
| YUV | 95.6 | 215.7 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 251 | 0.31 | 0.90 | 0 | 0.02 | 279.2 | 0.97 | 0.54 |
| Hex | AD | 1A | FB | 1F | 5A | 0 | 2 | 117 | 61 | 36 |
| Octal | 255 | 32 | 373 | 37 | 132 | 0 | 2 | 427 | 141 | 66 |
| Binary | 10101101 | 11010 | 11111011 | 11111 | 1011010 | 0 | 10 | 100010111 | 1100001 | 110110 |
Color Harmonies of #AD1AFB
Complementary color
Monochromatic Colors of #AD1AFB
Black with #AD1AFB
Text Example
Text Example
White with #AD1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1AFB; }
p { color: rgb(173,26,251); }
H1.HeaderClassName
{
color: #AD1AFB;
}
.AnyTagClassName
{
color: #AD1AFB;
}
</style>
background-color css
<style>
a { background-color: #AD1AFB; }
a { background-color: rgb(173,26,251); }
div.DivClassName
{
background-color: #AD1AFB;
}
.BgClassName
{
background-color: #AD1AFB;
}
</style>
border-color css
<style>
span { border-color: #AD1AFB; }
span { border-color: rgb(173,26,251); }
td.TdClassName
{
border-color: #AD1AFB;
}
.TagClassName
{
border-color: #AD1AFB;
}
</style>