Shades of Electric Purple #AD1CF2
Tints of Electric Purple #AD1CF2
RGB
CMYK
RGB Variations
Color information
#AD1CF2 (or 0xAD1CF2) is known color: Electric Purple. HEX triplet: AD, 1C and F2. RGB value is (173,28,242). Sum of RGB (Red+Green+Blue) = 173+28+242=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 242 (94.92% from 255 or 54.63% from 443); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD1CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1CF2 is #52E30D. Grayscale: #5F5F5F. Windows color (decimal): -5432078 or 15867053. OLE color: 15867053.
HSL color Cylindrical-coordinate representation of color #AD1CF2: hue angle of 280.65º degrees, saturation: 0.89, 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 #AD1CF2 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 28 | 242 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.05 |
| HSL | 280.65º | 0.89% | 0.53% | - |
| HSV(B) | 280.65º | 0.88% | 0.95% | - |
| XYZ | 33.68 | 16.13 | 85.34 | - |
| YUV | 95.75 | 210.54 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 242 | 0.29 | 0.88 | 0 | 0.05 | 280.65 | 0.89 | 0.53 |
| Hex | AD | 1C | F2 | 1D | 58 | 0 | 5 | 119 | 59 | 35 |
| Octal | 255 | 34 | 362 | 35 | 130 | 0 | 5 | 431 | 131 | 65 |
| Binary | 10101101 | 11100 | 11110010 | 11101 | 1011000 | 0 | 101 | 100011001 | 1011001 | 110101 |
Color Harmonies of #AD1CF2
Complementary color
Monochromatic Colors of #AD1CF2
Black with #AD1CF2
Text Example
Text Example
White with #AD1CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1CF2; }
p { color: rgb(173,28,242); }
H1.HeaderClassName
{
color: #AD1CF2;
}
.AnyTagClassName
{
color: #AD1CF2;
}
</style>
background-color css
<style>
a { background-color: #AD1CF2; }
a { background-color: rgb(173,28,242); }
div.DivClassName
{
background-color: #AD1CF2;
}
.BgClassName
{
background-color: #AD1CF2;
}
</style>
border-color css
<style>
span { border-color: #AD1CF2; }
span { border-color: rgb(173,28,242); }
td.TdClassName
{
border-color: #AD1CF2;
}
.TagClassName
{
border-color: #AD1CF2;
}
</style>