Shades of Medium Purple #AD74E1
Tints of Medium Purple #AD74E1
RGB
CMYK
RGB Variations
Color information
#AD74E1 (or 0xAD74E1) is known color: Medium Purple. HEX triplet: AD, 74 and E1. RGB value is (173,116,225). Sum of RGB (Red+Green+Blue) = 173+116+225=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD74E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74E1 is #528B1E. Grayscale: #919191. Windows color (decimal): -5409567 or 14775469. OLE color: 14775469.
HSL color Cylindrical-coordinate representation of color #AD74E1: hue angle of 271.38º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD74E1 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 116 | 225 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.12 |
| HSL | 271.38º | 0.64% | 0.67% | - |
| HSV(B) | 271.38º | 0.48% | 0.88% | - |
| XYZ | 37.07 | 26.81 | 74.46 | - |
| YUV | 145.47 | 172.88 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 225 | 0.23 | 0.48 | 0 | 0.12 | 271.38 | 0.64 | 0.67 |
| Hex | AD | 74 | E1 | 17 | 30 | 0 | C | 10F | 40 | 43 |
| Octal | 255 | 164 | 341 | 27 | 60 | 0 | 14 | 417 | 100 | 103 |
| Binary | 10101101 | 1110100 | 11100001 | 10111 | 110000 | 0 | 1100 | 100001111 | 1000000 | 1000011 |
Color Harmonies of #AD74E1
Complementary color
Monochromatic Colors of #AD74E1
Black with #AD74E1
Text Example
Text Example
White with #AD74E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD74E1; }
p { color: rgb(173,116,225); }
H1.HeaderClassName
{
color: #AD74E1;
}
.AnyTagClassName
{
color: #AD74E1;
}
</style>
background-color css
<style>
a { background-color: #AD74E1; }
a { background-color: rgb(173,116,225); }
div.DivClassName
{
background-color: #AD74E1;
}
.BgClassName
{
background-color: #AD74E1;
}
</style>
border-color css
<style>
span { border-color: #AD74E1; }
span { border-color: rgb(173,116,225); }
td.TdClassName
{
border-color: #AD74E1;
}
.TagClassName
{
border-color: #AD74E1;
}
</style>