Shades of Electric Purple #AD04FB
Tints of Electric Purple #AD04FB
RGB
CMYK
RGB Variations
Color information
#AD04FB (or 0xAD04FB) is known color: Electric Purple. HEX triplet: AD, 04 and FB. RGB value is (173,4,251). Sum of RGB (Red+Green+Blue) = 173+4+251=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 4 (1.95% from 255 or 0.93% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD04FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD04FB is #52FB04. Grayscale: #515151. Windows color (decimal): -5438213 or 16450733. OLE color: 16450733.
HSL color Cylindrical-coordinate representation of color #AD04FB: hue angle of 281.05º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04FB is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 4 | 251 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.02 |
| HSL | 281.05º | 0.97% | 0.5% | - |
| HSV(B) | 281.05º | 0.98% | 0.98% | - |
| XYZ | 34.69 | 15.94 | 92.51 | - |
| YUV | 82.69 | 222.99 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 251 | 0.31 | 0.98 | 0 | 0.02 | 281.05 | 0.97 | 0.5 |
| Hex | AD | 4 | FB | 1F | 62 | 0 | 2 | 119 | 61 | 32 |
| Octal | 255 | 4 | 373 | 37 | 142 | 0 | 2 | 431 | 141 | 62 |
| Binary | 10101101 | 100 | 11111011 | 11111 | 1100010 | 0 | 10 | 100011001 | 1100001 | 110010 |
Color Harmonies of #AD04FB
Complementary color
Monochromatic Colors of #AD04FB
Black with #AD04FB
Text Example
Text Example
White with #AD04FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04FB; }
p { color: rgb(173,4,251); }
H1.HeaderClassName
{
color: #AD04FB;
}
.AnyTagClassName
{
color: #AD04FB;
}
</style>
background-color css
<style>
a { background-color: #AD04FB; }
a { background-color: rgb(173,4,251); }
div.DivClassName
{
background-color: #AD04FB;
}
.BgClassName
{
background-color: #AD04FB;
}
</style>
border-color css
<style>
span { border-color: #AD04FB; }
span { border-color: rgb(173,4,251); }
td.TdClassName
{
border-color: #AD04FB;
}
.TagClassName
{
border-color: #AD04FB;
}
</style>