Shades of Medium Orchid #AD54EA
Tints of Medium Orchid #AD54EA
RGB
CMYK
RGB Variations
Color information
#AD54EA (or 0xAD54EA) is known color: Medium Orchid. HEX triplet: AD, 54 and EA. RGB value is (173,84,234). Sum of RGB (Red+Green+Blue) = 173+84+234=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD54EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD54EA is #52AB15. Grayscale: #7F7F7F. Windows color (decimal): -5417750 or 15357101. OLE color: 15357101.
HSL color Cylindrical-coordinate representation of color #AD54EA: hue angle of 275.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD54EA is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 84 | 234 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.08 |
| HSL | 275.6º | 0.78% | 0.62% | - |
| HSV(B) | 275.6º | 0.64% | 0.92% | - |
| XYZ | 35.26 | 21.17 | 80.07 | - |
| YUV | 127.71 | 187.99 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 234 | 0.26 | 0.64 | 0 | 0.08 | 275.6 | 0.78 | 0.62 |
| Hex | AD | 54 | EA | 1A | 40 | 0 | 8 | 114 | 4E | 3E |
| Octal | 255 | 124 | 352 | 32 | 100 | 0 | 10 | 424 | 116 | 76 |
| Binary | 10101101 | 1010100 | 11101010 | 11010 | 1000000 | 0 | 1000 | 100010100 | 1001110 | 111110 |
Color Harmonies of #AD54EA
Complementary color
Monochromatic Colors of #AD54EA
Black with #AD54EA
Text Example
Text Example
White with #AD54EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD54EA; }
p { color: rgb(173,84,234); }
H1.HeaderClassName
{
color: #AD54EA;
}
.AnyTagClassName
{
color: #AD54EA;
}
</style>
background-color css
<style>
a { background-color: #AD54EA; }
a { background-color: rgb(173,84,234); }
div.DivClassName
{
background-color: #AD54EA;
}
.BgClassName
{
background-color: #AD54EA;
}
</style>
border-color css
<style>
span { border-color: #AD54EA; }
span { border-color: rgb(173,84,234); }
td.TdClassName
{
border-color: #AD54EA;
}
.TagClassName
{
border-color: #AD54EA;
}
</style>