Shades of Electric Purple #AD06F1
Tints of Electric Purple #AD06F1
RGB
CMYK
RGB Variations
Color information
#AD06F1 (or 0xAD06F1) is known color: Electric Purple. HEX triplet: AD, 06 and F1. RGB value is (173,6,241). Sum of RGB (Red+Green+Blue) = 173+6+241=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD06F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD06F1 is #52F90E. Grayscale: #515151. Windows color (decimal): -5437711 or 15795885. OLE color: 15795885.
HSL color Cylindrical-coordinate representation of color #AD06F1: hue angle of 282.64º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD06F1 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 6 | 241 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.05 |
| HSL | 282.64º | 0.95% | 0.48% | - |
| HSV(B) | 282.64º | 0.98% | 0.95% | - |
| XYZ | 33.18 | 15.37 | 84.44 | - |
| YUV | 82.72 | 217.33 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 241 | 0.28 | 0.98 | 0 | 0.05 | 282.64 | 0.95 | 0.48 |
| Hex | AD | 6 | F1 | 1C | 62 | 0 | 5 | 11B | 5F | 30 |
| Octal | 255 | 6 | 361 | 34 | 142 | 0 | 5 | 433 | 137 | 60 |
| Binary | 10101101 | 110 | 11110001 | 11100 | 1100010 | 0 | 101 | 100011011 | 1011111 | 110000 |
Color Harmonies of #AD06F1
Complementary color
Monochromatic Colors of #AD06F1
Black with #AD06F1
Text Example
Text Example
White with #AD06F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD06F1; }
p { color: rgb(173,6,241); }
H1.HeaderClassName
{
color: #AD06F1;
}
.AnyTagClassName
{
color: #AD06F1;
}
</style>
background-color css
<style>
a { background-color: #AD06F1; }
a { background-color: rgb(173,6,241); }
div.DivClassName
{
background-color: #AD06F1;
}
.BgClassName
{
background-color: #AD06F1;
}
</style>
border-color css
<style>
span { border-color: #AD06F1; }
span { border-color: rgb(173,6,241); }
td.TdClassName
{
border-color: #AD06F1;
}
.TagClassName
{
border-color: #AD06F1;
}
</style>