Shades of Electric Purple #AD1AF3
Tints of Electric Purple #AD1AF3
RGB
CMYK
RGB Variations
Color information
#AD1AF3 (or 0xAD1AF3) is known color: Electric Purple. HEX triplet: AD, 1A and F3. RGB value is (173,26,243). Sum of RGB (Red+Green+Blue) = 173+26+243=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 243 (95.31% from 255 or 54.98% from 442); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD1AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1AF3 is #52E50C. Grayscale: #5D5D5D. Windows color (decimal): -5432589 or 15932077. OLE color: 15932077.
HSL color Cylindrical-coordinate representation of color #AD1AF3: hue angle of 280.65º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1AF3 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 26 | 243 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.05 |
| HSL | 280.65º | 0.9% | 0.53% | - |
| HSV(B) | 280.65º | 0.89% | 0.95% | - |
| XYZ | 33.78 | 16.09 | 86.12 | - |
| YUV | 94.69 | 211.7 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 243 | 0.29 | 0.89 | 0 | 0.05 | 280.65 | 0.9 | 0.53 |
| Hex | AD | 1A | F3 | 1D | 59 | 0 | 5 | 119 | 5A | 35 |
| Octal | 255 | 32 | 363 | 35 | 131 | 0 | 5 | 431 | 132 | 65 |
| Binary | 10101101 | 11010 | 11110011 | 11101 | 1011001 | 0 | 101 | 100011001 | 1011010 | 110101 |
Color Harmonies of #AD1AF3
Complementary color
Monochromatic Colors of #AD1AF3
Black with #AD1AF3
Text Example
Text Example
White with #AD1AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1AF3; }
p { color: rgb(173,26,243); }
H1.HeaderClassName
{
color: #AD1AF3;
}
.AnyTagClassName
{
color: #AD1AF3;
}
</style>
background-color css
<style>
a { background-color: #AD1AF3; }
a { background-color: rgb(173,26,243); }
div.DivClassName
{
background-color: #AD1AF3;
}
.BgClassName
{
background-color: #AD1AF3;
}
</style>
border-color css
<style>
span { border-color: #AD1AF3; }
span { border-color: rgb(173,26,243); }
td.TdClassName
{
border-color: #AD1AF3;
}
.TagClassName
{
border-color: #AD1AF3;
}
</style>