Shades of Electric Purple #AD1AF1
Tints of Electric Purple #AD1AF1
RGB
CMYK
RGB Variations
Color information
#AD1AF1 (or 0xAD1AF1) is known color: Electric Purple. HEX triplet: AD, 1A and F1. RGB value is (173,26,241). Sum of RGB (Red+Green+Blue) = 173+26+241=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD1AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1AF1 is #52E50E. Grayscale: #5D5D5D. Windows color (decimal): -5432591 or 15801005. OLE color: 15801005.
HSL color Cylindrical-coordinate representation of color #AD1AF1: hue angle of 281.02º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1AF1 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 26 | 241 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.05 |
| HSL | 281.02º | 0.88% | 0.52% | - |
| HSV(B) | 281.02º | 0.89% | 0.95% | - |
| XYZ | 33.48 | 15.97 | 84.54 | - |
| YUV | 94.46 | 210.7 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 241 | 0.28 | 0.89 | 0 | 0.05 | 281.02 | 0.88 | 0.52 |
| Hex | AD | 1A | F1 | 1C | 59 | 0 | 5 | 119 | 58 | 34 |
| Octal | 255 | 32 | 361 | 34 | 131 | 0 | 5 | 431 | 130 | 64 |
| Binary | 10101101 | 11010 | 11110001 | 11100 | 1011001 | 0 | 101 | 100011001 | 1011000 | 110100 |
Color Harmonies of #AD1AF1
Complementary color
Monochromatic Colors of #AD1AF1
Black with #AD1AF1
Text Example
Text Example
White with #AD1AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1AF1; }
p { color: rgb(173,26,241); }
H1.HeaderClassName
{
color: #AD1AF1;
}
.AnyTagClassName
{
color: #AD1AF1;
}
</style>
background-color css
<style>
a { background-color: #AD1AF1; }
a { background-color: rgb(173,26,241); }
div.DivClassName
{
background-color: #AD1AF1;
}
.BgClassName
{
background-color: #AD1AF1;
}
</style>
border-color css
<style>
span { border-color: #AD1AF1; }
span { border-color: rgb(173,26,241); }
td.TdClassName
{
border-color: #AD1AF1;
}
.TagClassName
{
border-color: #AD1AF1;
}
</style>