Shades of Electric Purple #AD0AF1
Tints of Electric Purple #AD0AF1
RGB
CMYK
RGB Variations
Color information
#AD0AF1 (or 0xAD0AF1) is known color: Electric Purple. HEX triplet: AD, 0A and F1. RGB value is (173,10,241). Sum of RGB (Red+Green+Blue) = 173+10+241=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 241 (94.53% from 255 or 56.84% from 424); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD0AF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0AF1 is #52F50E. Grayscale: #545454. Windows color (decimal): -5436687 or 15796909. OLE color: 15796909.
HSL color Cylindrical-coordinate representation of color #AD0AF1: hue angle of 282.34º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0AF1 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 10 | 241 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.05 |
| HSL | 282.34º | 0.92% | 0.49% | - |
| HSV(B) | 282.34º | 0.96% | 0.95% | - |
| XYZ | 33.22 | 15.45 | 84.45 | - |
| YUV | 85.07 | 216 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 241 | 0.28 | 0.96 | 0 | 0.05 | 282.34 | 0.92 | 0.49 |
| Hex | AD | A | F1 | 1C | 60 | 0 | 5 | 11A | 5C | 31 |
| Octal | 255 | 12 | 361 | 34 | 140 | 0 | 5 | 432 | 134 | 61 |
| Binary | 10101101 | 1010 | 11110001 | 11100 | 1100000 | 0 | 101 | 100011010 | 1011100 | 110001 |
Color Harmonies of #AD0AF1
Complementary color
Monochromatic Colors of #AD0AF1
Black with #AD0AF1
Text Example
Text Example
White with #AD0AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AF1; }
p { color: rgb(173,10,241); }
H1.HeaderClassName
{
color: #AD0AF1;
}
.AnyTagClassName
{
color: #AD0AF1;
}
</style>
background-color css
<style>
a { background-color: #AD0AF1; }
a { background-color: rgb(173,10,241); }
div.DivClassName
{
background-color: #AD0AF1;
}
.BgClassName
{
background-color: #AD0AF1;
}
</style>
border-color css
<style>
span { border-color: #AD0AF1; }
span { border-color: rgb(173,10,241); }
td.TdClassName
{
border-color: #AD0AF1;
}
.TagClassName
{
border-color: #AD0AF1;
}
</style>