Shades of Electric Purple #AD1AF0
Tints of Electric Purple #AD1AF0
RGB
CMYK
RGB Variations
Color information
#AD1AF0 (or 0xAD1AF0) is known color: Electric Purple. HEX triplet: AD, 1A and F0. RGB value is (173,26,240). Sum of RGB (Red+Green+Blue) = 173+26+240=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 240 (94.14% from 255 or 54.67% from 439); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD1AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1AF0 is #52E50F. Grayscale: #5D5D5D. Windows color (decimal): -5432592 or 15735469. OLE color: 15735469.
HSL color Cylindrical-coordinate representation of color #AD1AF0: hue angle of 281.21º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1AF0 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 26 | 240 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.06 |
| HSL | 281.22º | 0.88% | 0.52% | - |
| HSV(B) | 281.22º | 0.89% | 0.94% | - |
| XYZ | 33.33 | 15.91 | 83.75 | - |
| YUV | 94.35 | 210.2 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 240 | 0.28 | 0.89 | 0 | 0.06 | 281.22 | 0.88 | 0.52 |
| Hex | AD | 1A | F0 | 1C | 59 | 0 | 6 | 119 | 58 | 34 |
| Octal | 255 | 32 | 360 | 34 | 131 | 0 | 6 | 431 | 130 | 64 |
| Binary | 10101101 | 11010 | 11110000 | 11100 | 1011001 | 0 | 110 | 100011001 | 1011000 | 110100 |
Color Harmonies of #AD1AF0
Complementary color
Monochromatic Colors of #AD1AF0
Black with #AD1AF0
Text Example
Text Example
White with #AD1AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1AF0; }
p { color: rgb(173,26,240); }
H1.HeaderClassName
{
color: #AD1AF0;
}
.AnyTagClassName
{
color: #AD1AF0;
}
</style>
background-color css
<style>
a { background-color: #AD1AF0; }
a { background-color: rgb(173,26,240); }
div.DivClassName
{
background-color: #AD1AF0;
}
.BgClassName
{
background-color: #AD1AF0;
}
</style>
border-color css
<style>
span { border-color: #AD1AF0; }
span { border-color: rgb(173,26,240); }
td.TdClassName
{
border-color: #AD1AF0;
}
.TagClassName
{
border-color: #AD1AF0;
}
</style>