Shades of Medium Orchid #AD5AEA
Tints of Medium Orchid #AD5AEA
RGB
CMYK
RGB Variations
Color information
#AD5AEA (or 0xAD5AEA) is known color: Medium Orchid. HEX triplet: AD, 5A and EA. RGB value is (173,90,234). Sum of RGB (Red+Green+Blue) = 173+90+234=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD5AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5AEA is #52A515. Grayscale: #828282. Windows color (decimal): -5416214 or 15358637. OLE color: 15358637.
HSL color Cylindrical-coordinate representation of color #AD5AEA: hue angle of 274.58º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD5AEA is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 90 | 234 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.08 |
| HSL | 274.58º | 0.77% | 0.64% | - |
| HSV(B) | 274.58º | 0.62% | 0.92% | - |
| XYZ | 35.74 | 22.14 | 80.23 | - |
| YUV | 131.23 | 186 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 234 | 0.26 | 0.62 | 0 | 0.08 | 274.58 | 0.77 | 0.64 |
| Hex | AD | 5A | EA | 1A | 3E | 0 | 8 | 113 | 4D | 40 |
| Octal | 255 | 132 | 352 | 32 | 76 | 0 | 10 | 423 | 115 | 100 |
| Binary | 10101101 | 1011010 | 11101010 | 11010 | 111110 | 0 | 1000 | 100010011 | 1001101 | 1000000 |
Color Harmonies of #AD5AEA
Complementary color
Monochromatic Colors of #AD5AEA
Black with #AD5AEA
Text Example
Text Example
White with #AD5AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5AEA; }
p { color: rgb(173,90,234); }
H1.HeaderClassName
{
color: #AD5AEA;
}
.AnyTagClassName
{
color: #AD5AEA;
}
</style>
background-color css
<style>
a { background-color: #AD5AEA; }
a { background-color: rgb(173,90,234); }
div.DivClassName
{
background-color: #AD5AEA;
}
.BgClassName
{
background-color: #AD5AEA;
}
</style>
border-color css
<style>
span { border-color: #AD5AEA; }
span { border-color: rgb(173,90,234); }
td.TdClassName
{
border-color: #AD5AEA;
}
.TagClassName
{
border-color: #AD5AEA;
}
</style>