Shades of Electric Purple #AD02FF
Tints of Electric Purple #AD02FF
RGB
CMYK
RGB Variations
Color information
#AD02FF (or 0xAD02FF) is known color: Electric Purple. HEX triplet: AD, 02 and FF. RGB value is (173,2,255). Sum of RGB (Red+Green+Blue) = 173+2+255=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD02FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD02FF is #52FD00. Grayscale: #515151. Windows color (decimal): -5438721 or 16712365. OLE color: 16712365.
HSL color Cylindrical-coordinate representation of color #AD02FF: hue angle of 280.55º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02FF is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 2 | 255 | - |
| CMYK | 0.32 | 0.99 | 0 | 0 |
| HSL | 280.55º | 1% | 0.5% | - |
| HSV(B) | 280.55º | 0.99% | 1% | - |
| XYZ | 35.31 | 16.15 | 95.86 | - |
| YUV | 81.97 | 225.65 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 255 | 0.32 | 0.99 | 0 | 0 | 280.55 | 1 | 0.5 |
| Hex | AD | 2 | FF | 20 | 63 | 0 | 0 | 119 | 64 | 32 |
| Octal | 255 | 2 | 377 | 40 | 143 | 0 | 0 | 431 | 144 | 62 |
| Binary | 10101101 | 10 | 11111111 | 100000 | 1100011 | 0 | 0 | 100011001 | 1100100 | 110010 |
Color Harmonies of #AD02FF
Complementary color
Monochromatic Colors of #AD02FF
Black with #AD02FF
Text Example
Text Example
White with #AD02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD02FF; }
p { color: rgb(173,2,255); }
H1.HeaderClassName
{
color: #AD02FF;
}
.AnyTagClassName
{
color: #AD02FF;
}
</style>
background-color css
<style>
a { background-color: #AD02FF; }
a { background-color: rgb(173,2,255); }
div.DivClassName
{
background-color: #AD02FF;
}
.BgClassName
{
background-color: #AD02FF;
}
</style>
border-color css
<style>
span { border-color: #AD02FF; }
span { border-color: rgb(173,2,255); }
td.TdClassName
{
border-color: #AD02FF;
}
.TagClassName
{
border-color: #AD02FF;
}
</style>