Shades of Electric Purple #AD0CFD
Tints of Electric Purple #AD0CFD
RGB
CMYK
RGB Variations
Color information
#AD0CFD (or 0xAD0CFD) is known color: Electric Purple. HEX triplet: AD, 0C and FD. RGB value is (173,12,253). Sum of RGB (Red+Green+Blue) = 173+12+253=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD0CFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0CFD is #52F302. Grayscale: #565656. Windows color (decimal): -5436163 or 16583853. OLE color: 16583853.
HSL color Cylindrical-coordinate representation of color #AD0CFD: hue angle of 280.08º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0CFD is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 12 | 253 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.01 |
| HSL | 280.08º | 0.98% | 0.52% | - |
| HSV(B) | 280.08º | 0.95% | 0.99% | - |
| XYZ | 35.09 | 16.24 | 94.21 | - |
| YUV | 87.61 | 221.34 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 253 | 0.32 | 0.95 | 0 | 0.01 | 280.08 | 0.98 | 0.52 |
| Hex | AD | C | FD | 20 | 5F | 0 | 1 | 118 | 62 | 34 |
| Octal | 255 | 14 | 375 | 40 | 137 | 0 | 1 | 430 | 142 | 64 |
| Binary | 10101101 | 1100 | 11111101 | 100000 | 1011111 | 0 | 1 | 100011000 | 1100010 | 110100 |
Color Harmonies of #AD0CFD
Complementary color
Monochromatic Colors of #AD0CFD
Black with #AD0CFD
Text Example
Text Example
White with #AD0CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CFD; }
p { color: rgb(173,12,253); }
H1.HeaderClassName
{
color: #AD0CFD;
}
.AnyTagClassName
{
color: #AD0CFD;
}
</style>
background-color css
<style>
a { background-color: #AD0CFD; }
a { background-color: rgb(173,12,253); }
div.DivClassName
{
background-color: #AD0CFD;
}
.BgClassName
{
background-color: #AD0CFD;
}
</style>
border-color css
<style>
span { border-color: #AD0CFD; }
span { border-color: rgb(173,12,253); }
td.TdClassName
{
border-color: #AD0CFD;
}
.TagClassName
{
border-color: #AD0CFD;
}
</style>