Shades of Electric Purple #AD09FA
Tints of Electric Purple #AD09FA
RGB
CMYK
RGB Variations
Color information
#AD09FA (or 0xAD09FA) is known color: Electric Purple. HEX triplet: AD, 09 and FA. RGB value is (173,9,250). Sum of RGB (Red+Green+Blue) = 173+9+250=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 9 (3.91% from 255 or 2.08% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD09FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD09FA is #52F605. Grayscale: #545454. Windows color (decimal): -5436934 or 16386477. OLE color: 16386477.
HSL color Cylindrical-coordinate representation of color #AD09FA: hue angle of 280.83º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD09FA is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 9 | 250 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.02 |
| HSL | 280.83º | 0.96% | 0.51% | - |
| HSV(B) | 280.83º | 0.96% | 0.98% | - |
| XYZ | 34.59 | 15.98 | 91.7 | - |
| YUV | 85.51 | 220.83 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 250 | 0.31 | 0.96 | 0 | 0.02 | 280.83 | 0.96 | 0.51 |
| Hex | AD | 9 | FA | 1F | 60 | 0 | 2 | 119 | 60 | 33 |
| Octal | 255 | 11 | 372 | 37 | 140 | 0 | 2 | 431 | 140 | 63 |
| Binary | 10101101 | 1001 | 11111010 | 11111 | 1100000 | 0 | 10 | 100011001 | 1100000 | 110011 |
Color Harmonies of #AD09FA
Complementary color
Monochromatic Colors of #AD09FA
Black with #AD09FA
Text Example
Text Example
White with #AD09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD09FA; }
p { color: rgb(173,9,250); }
H1.HeaderClassName
{
color: #AD09FA;
}
.AnyTagClassName
{
color: #AD09FA;
}
</style>
background-color css
<style>
a { background-color: #AD09FA; }
a { background-color: rgb(173,9,250); }
div.DivClassName
{
background-color: #AD09FA;
}
.BgClassName
{
background-color: #AD09FA;
}
</style>
border-color css
<style>
span { border-color: #AD09FA; }
span { border-color: rgb(173,9,250); }
td.TdClassName
{
border-color: #AD09FA;
}
.TagClassName
{
border-color: #AD09FA;
}
</style>