Shades of Electric Purple #AD1CF1
Tints of Electric Purple #AD1CF1
RGB
CMYK
RGB Variations
Color information
#AD1CF1 (or 0xAD1CF1) is known color: Electric Purple. HEX triplet: AD, 1C and F1. RGB value is (173,28,241). Sum of RGB (Red+Green+Blue) = 173+28+241=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD1CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1CF1 is #52E30E. Grayscale: #5E5E5E. Windows color (decimal): -5432079 or 15801517. OLE color: 15801517.
HSL color Cylindrical-coordinate representation of color #AD1CF1: hue angle of 280.85º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1CF1 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 28 | 241 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.05 |
| HSL | 280.85º | 0.88% | 0.53% | - |
| HSV(B) | 280.85º | 0.88% | 0.95% | - |
| XYZ | 33.53 | 16.07 | 84.55 | - |
| YUV | 95.64 | 210.04 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 241 | 0.28 | 0.88 | 0 | 0.05 | 280.85 | 0.88 | 0.53 |
| Hex | AD | 1C | F1 | 1C | 58 | 0 | 5 | 119 | 58 | 35 |
| Octal | 255 | 34 | 361 | 34 | 130 | 0 | 5 | 431 | 130 | 65 |
| Binary | 10101101 | 11100 | 11110001 | 11100 | 1011000 | 0 | 101 | 100011001 | 1011000 | 110101 |
Color Harmonies of #AD1CF1
Complementary color
Monochromatic Colors of #AD1CF1
Black with #AD1CF1
Text Example
Text Example
White with #AD1CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1CF1; }
p { color: rgb(173,28,241); }
H1.HeaderClassName
{
color: #AD1CF1;
}
.AnyTagClassName
{
color: #AD1CF1;
}
</style>
background-color css
<style>
a { background-color: #AD1CF1; }
a { background-color: rgb(173,28,241); }
div.DivClassName
{
background-color: #AD1CF1;
}
.BgClassName
{
background-color: #AD1CF1;
}
</style>
border-color css
<style>
span { border-color: #AD1CF1; }
span { border-color: rgb(173,28,241); }
td.TdClassName
{
border-color: #AD1CF1;
}
.TagClassName
{
border-color: #AD1CF1;
}
</style>