Shades of Electric Purple #AD0AF0
Tints of Electric Purple #AD0AF0
RGB
CMYK
RGB Variations
Color information
#AD0AF0 (or 0xAD0AF0) is known color: Electric Purple. HEX triplet: AD, 0A and F0. RGB value is (173,10,240). Sum of RGB (Red+Green+Blue) = 173+10+240=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD0AF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0AF0 is #52F50F. Grayscale: #545454. Windows color (decimal): -5436688 or 15731373. OLE color: 15731373.
HSL color Cylindrical-coordinate representation of color #AD0AF0: hue angle of 282.52º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0AF0 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 10 | 240 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.06 |
| HSL | 282.52º | 0.92% | 0.49% | - |
| HSV(B) | 282.52º | 0.96% | 0.94% | - |
| XYZ | 33.07 | 15.39 | 83.67 | - |
| YUV | 84.96 | 215.5 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 240 | 0.28 | 0.96 | 0 | 0.06 | 282.52 | 0.92 | 0.49 |
| Hex | AD | A | F0 | 1C | 60 | 0 | 6 | 11B | 5C | 31 |
| Octal | 255 | 12 | 360 | 34 | 140 | 0 | 6 | 433 | 134 | 61 |
| Binary | 10101101 | 1010 | 11110000 | 11100 | 1100000 | 0 | 110 | 100011011 | 1011100 | 110001 |
Color Harmonies of #AD0AF0
Complementary color
Monochromatic Colors of #AD0AF0
Black with #AD0AF0
Text Example
Text Example
White with #AD0AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AF0; }
p { color: rgb(173,10,240); }
H1.HeaderClassName
{
color: #AD0AF0;
}
.AnyTagClassName
{
color: #AD0AF0;
}
</style>
background-color css
<style>
a { background-color: #AD0AF0; }
a { background-color: rgb(173,10,240); }
div.DivClassName
{
background-color: #AD0AF0;
}
.BgClassName
{
background-color: #AD0AF0;
}
</style>
border-color css
<style>
span { border-color: #AD0AF0; }
span { border-color: rgb(173,10,240); }
td.TdClassName
{
border-color: #AD0AF0;
}
.TagClassName
{
border-color: #AD0AF0;
}
</style>