Shades of Electric Purple #AD02F8
Tints of Electric Purple #AD02F8
RGB
CMYK
RGB Variations
Color information
#AD02F8 (or 0xAD02F8) is known color: Electric Purple. HEX triplet: AD, 02 and F8. RGB value is (173,2,248). Sum of RGB (Red+Green+Blue) = 173+2+248=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 2 (1.17% from 255 or 0.47% from 423); Blue value is 248 (97.27% from 255 or 58.63% from 423); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD02F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD02F8 is #52FD07. Grayscale: #505050. Windows color (decimal): -5438728 or 16253613. OLE color: 16253613.
HSL color Cylindrical-coordinate representation of color #AD02F8: hue angle of 281.71º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02F8 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 2 | 248 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.03 |
| HSL | 281.71º | 0.98% | 0.49% | - |
| HSV(B) | 281.71º | 0.99% | 0.97% | - |
| XYZ | 34.2 | 15.7 | 90.04 | - |
| YUV | 81.17 | 222.15 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 248 | 0.30 | 0.99 | 0 | 0.03 | 281.71 | 0.98 | 0.49 |
| Hex | AD | 2 | F8 | 1E | 63 | 0 | 3 | 11A | 62 | 31 |
| Octal | 255 | 2 | 370 | 36 | 143 | 0 | 3 | 432 | 142 | 61 |
| Binary | 10101101 | 10 | 11111000 | 11110 | 1100011 | 0 | 11 | 100011010 | 1100010 | 110001 |
Color Harmonies of #AD02F8
Complementary color
Monochromatic Colors of #AD02F8
Black with #AD02F8
Text Example
Text Example
White with #AD02F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD02F8; }
p { color: rgb(173,2,248); }
H1.HeaderClassName
{
color: #AD02F8;
}
.AnyTagClassName
{
color: #AD02F8;
}
</style>
background-color css
<style>
a { background-color: #AD02F8; }
a { background-color: rgb(173,2,248); }
div.DivClassName
{
background-color: #AD02F8;
}
.BgClassName
{
background-color: #AD02F8;
}
</style>
border-color css
<style>
span { border-color: #AD02F8; }
span { border-color: rgb(173,2,248); }
td.TdClassName
{
border-color: #AD02F8;
}
.TagClassName
{
border-color: #AD02F8;
}
</style>