Shades of Electric Purple #AD02FA
Tints of Electric Purple #AD02FA
RGB
CMYK
RGB Variations
Color information
#AD02FA (or 0xAD02FA) is known color: Electric Purple. HEX triplet: AD, 02 and FA. RGB value is (173,2,250). Sum of RGB (Red+Green+Blue) = 173+2+250=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD02FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD02FA is #52FD05. Grayscale: #505050. Windows color (decimal): -5438726 or 16384685. OLE color: 16384685.
HSL color Cylindrical-coordinate representation of color #AD02FA: hue angle of 281.37º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02FA is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 2 | 250 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.02 |
| HSL | 281.37º | 0.98% | 0.49% | - |
| HSV(B) | 281.37º | 0.99% | 0.98% | - |
| XYZ | 34.51 | 15.83 | 91.68 | - |
| YUV | 81.4 | 223.15 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 250 | 0.31 | 0.99 | 0 | 0.02 | 281.37 | 0.98 | 0.49 |
| Hex | AD | 2 | FA | 1F | 63 | 0 | 2 | 119 | 62 | 31 |
| Octal | 255 | 2 | 372 | 37 | 143 | 0 | 2 | 431 | 142 | 61 |
| Binary | 10101101 | 10 | 11111010 | 11111 | 1100011 | 0 | 10 | 100011001 | 1100010 | 110001 |
Color Harmonies of #AD02FA
Complementary color
Monochromatic Colors of #AD02FA
Black with #AD02FA
Text Example
Text Example
White with #AD02FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD02FA; }
p { color: rgb(173,2,250); }
H1.HeaderClassName
{
color: #AD02FA;
}
.AnyTagClassName
{
color: #AD02FA;
}
</style>
background-color css
<style>
a { background-color: #AD02FA; }
a { background-color: rgb(173,2,250); }
div.DivClassName
{
background-color: #AD02FA;
}
.BgClassName
{
background-color: #AD02FA;
}
</style>
border-color css
<style>
span { border-color: #AD02FA; }
span { border-color: rgb(173,2,250); }
td.TdClassName
{
border-color: #AD02FA;
}
.TagClassName
{
border-color: #AD02FA;
}
</style>