Shades of Electric Purple #AD1CFB
Tints of Electric Purple #AD1CFB
RGB
CMYK
RGB Variations
Color information
#AD1CFB (or 0xAD1CFB) is known color: Electric Purple. HEX triplet: AD, 1C and FB. RGB value is (173,28,251). Sum of RGB (Red+Green+Blue) = 173+28+251=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD1CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1CFB is #52E304. Grayscale: #606060. Windows color (decimal): -5432069 or 16456877. OLE color: 16456877.
HSL color Cylindrical-coordinate representation of color #AD1CFB: hue angle of 279.01º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1CFB is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 28 | 251 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.02 |
| HSL | 279.01º | 0.97% | 0.55% | - |
| HSV(B) | 279.01º | 0.89% | 0.98% | - |
| XYZ | 35.06 | 16.68 | 92.64 | - |
| YUV | 96.78 | 215.04 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 251 | 0.31 | 0.89 | 0 | 0.02 | 279.01 | 0.97 | 0.55 |
| Hex | AD | 1C | FB | 1F | 59 | 0 | 2 | 117 | 61 | 37 |
| Octal | 255 | 34 | 373 | 37 | 131 | 0 | 2 | 427 | 141 | 67 |
| Binary | 10101101 | 11100 | 11111011 | 11111 | 1011001 | 0 | 10 | 100010111 | 1100001 | 110111 |
Color Harmonies of #AD1CFB
Complementary color
Monochromatic Colors of #AD1CFB
Black with #AD1CFB
Text Example
Text Example
White with #AD1CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1CFB; }
p { color: rgb(173,28,251); }
H1.HeaderClassName
{
color: #AD1CFB;
}
.AnyTagClassName
{
color: #AD1CFB;
}
</style>
background-color css
<style>
a { background-color: #AD1CFB; }
a { background-color: rgb(173,28,251); }
div.DivClassName
{
background-color: #AD1CFB;
}
.BgClassName
{
background-color: #AD1CFB;
}
</style>
border-color css
<style>
span { border-color: #AD1CFB; }
span { border-color: rgb(173,28,251); }
td.TdClassName
{
border-color: #AD1CFB;
}
.TagClassName
{
border-color: #AD1CFB;
}
</style>