Shades of Medium Purple #AD76FE
Tints of Medium Purple #AD76FE
RGB
CMYK
RGB Variations
Color information
#AD76FE (or 0xAD76FE) is known color: Medium Purple. HEX triplet: AD, 76 and FE. RGB value is (173,118,254). Sum of RGB (Red+Green+Blue) = 173+118+254=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD76FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD76FE is #528901. Grayscale: #959595. Windows color (decimal): -5409026 or 16676525. OLE color: 16676525.
HSL color Cylindrical-coordinate representation of color #AD76FE: hue angle of 264.26º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD76FE is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 118 | 254 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.00 |
| HSL | 264.26º | 0.99% | 0.73% | - |
| HSV(B) | 264.26º | 0.54% | 1% | - |
| XYZ | 41.6 | 29 | 97.17 | - |
| YUV | 149.95 | 186.72 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 254 | 0.32 | 0.54 | 0 | 0.00 | 264.26 | 0.99 | 0.73 |
| Hex | AD | 76 | FE | 20 | 36 | 0 | 0 | 108 | 63 | 49 |
| Octal | 255 | 166 | 376 | 40 | 66 | 0 | 0 | 410 | 143 | 111 |
| Binary | 10101101 | 1110110 | 11111110 | 100000 | 110110 | 0 | 0 | 100001000 | 1100011 | 1001001 |
Color Harmonies of #AD76FE
Complementary color
Monochromatic Colors of #AD76FE
Black with #AD76FE
Text Example
Text Example
White with #AD76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD76FE; }
p { color: rgb(173,118,254); }
H1.HeaderClassName
{
color: #AD76FE;
}
.AnyTagClassName
{
color: #AD76FE;
}
</style>
background-color css
<style>
a { background-color: #AD76FE; }
a { background-color: rgb(173,118,254); }
div.DivClassName
{
background-color: #AD76FE;
}
.BgClassName
{
background-color: #AD76FE;
}
</style>
border-color css
<style>
span { border-color: #AD76FE; }
span { border-color: rgb(173,118,254); }
td.TdClassName
{
border-color: #AD76FE;
}
.TagClassName
{
border-color: #AD76FE;
}
</style>