Shades of Medium Purple #AD74EA
Tints of Medium Purple #AD74EA
RGB
CMYK
RGB Variations
Color information
#AD74EA (or 0xAD74EA) is known color: Medium Purple. HEX triplet: AD, 74 and EA. RGB value is (173,116,234). Sum of RGB (Red+Green+Blue) = 173+116+234=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD74EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD74EA is #528B15. Grayscale: #929292. Windows color (decimal): -5409558 or 15365293. OLE color: 15365293.
HSL color Cylindrical-coordinate representation of color #AD74EA: hue angle of 268.98º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD74EA is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 116 | 234 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.08 |
| HSL | 268.98º | 0.74% | 0.69% | - |
| HSV(B) | 268.98º | 0.5% | 0.92% | - |
| XYZ | 38.33 | 27.32 | 81.09 | - |
| YUV | 146.5 | 177.38 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 234 | 0.26 | 0.50 | 0 | 0.08 | 268.98 | 0.74 | 0.69 |
| Hex | AD | 74 | EA | 1A | 32 | 0 | 8 | 10D | 4A | 45 |
| Octal | 255 | 164 | 352 | 32 | 62 | 0 | 10 | 415 | 112 | 105 |
| Binary | 10101101 | 1110100 | 11101010 | 11010 | 110010 | 0 | 1000 | 100001101 | 1001010 | 1000101 |
Color Harmonies of #AD74EA
Complementary color
Monochromatic Colors of #AD74EA
Black with #AD74EA
Text Example
Text Example
White with #AD74EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD74EA; }
p { color: rgb(173,116,234); }
H1.HeaderClassName
{
color: #AD74EA;
}
.AnyTagClassName
{
color: #AD74EA;
}
</style>
background-color css
<style>
a { background-color: #AD74EA; }
a { background-color: rgb(173,116,234); }
div.DivClassName
{
background-color: #AD74EA;
}
.BgClassName
{
background-color: #AD74EA;
}
</style>
border-color css
<style>
span { border-color: #AD74EA; }
span { border-color: rgb(173,116,234); }
td.TdClassName
{
border-color: #AD74EA;
}
.TagClassName
{
border-color: #AD74EA;
}
</style>