Shades of Electric Purple #AD02FC
Tints of Electric Purple #AD02FC
RGB
CMYK
RGB Variations
Color information
#AD02FC (or 0xAD02FC) is known color: Electric Purple. HEX triplet: AD, 02 and FC. RGB value is (173,2,252). Sum of RGB (Red+Green+Blue) = 173+2+252=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD02FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD02FC is #52FD03. Grayscale: #505050. Windows color (decimal): -5438724 or 16515757. OLE color: 16515757.
HSL color Cylindrical-coordinate representation of color #AD02FC: hue angle of 281.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02FC is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 2 | 252 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.01 |
| HSL | 281.04º | 0.98% | 0.5% | - |
| HSV(B) | 281.04º | 0.99% | 0.99% | - |
| XYZ | 34.83 | 15.96 | 93.34 | - |
| YUV | 81.63 | 224.15 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 252 | 0.31 | 0.99 | 0 | 0.01 | 281.04 | 0.98 | 0.5 |
| Hex | AD | 2 | FC | 1F | 63 | 0 | 1 | 119 | 62 | 32 |
| Octal | 255 | 2 | 374 | 37 | 143 | 0 | 1 | 431 | 142 | 62 |
| Binary | 10101101 | 10 | 11111100 | 11111 | 1100011 | 0 | 1 | 100011001 | 1100010 | 110010 |
Color Harmonies of #AD02FC
Complementary color
Monochromatic Colors of #AD02FC
Black with #AD02FC
Text Example
Text Example
White with #AD02FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD02FC; }
p { color: rgb(173,2,252); }
H1.HeaderClassName
{
color: #AD02FC;
}
.AnyTagClassName
{
color: #AD02FC;
}
</style>
background-color css
<style>
a { background-color: #AD02FC; }
a { background-color: rgb(173,2,252); }
div.DivClassName
{
background-color: #AD02FC;
}
.BgClassName
{
background-color: #AD02FC;
}
</style>
border-color css
<style>
span { border-color: #AD02FC; }
span { border-color: rgb(173,2,252); }
td.TdClassName
{
border-color: #AD02FC;
}
.TagClassName
{
border-color: #AD02FC;
}
</style>