Shades of Medium Orchid #A54DD8
Tints of Medium Orchid #A54DD8
RGB
CMYK
RGB Variations
Color information
#A54DD8 (or 0xA54DD8) is known color: Medium Orchid. HEX triplet: A5, 4D and D8. RGB value is (165,77,216). Sum of RGB (Red+Green+Blue) = 165+77+216=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #A54DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DD8 is #5AB227. Grayscale: #767676. Windows color (decimal): -5943848 or 14175653. OLE color: 14175653.
HSL color Cylindrical-coordinate representation of color #A54DD8: hue angle of 277.99º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A54DD8 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 77 | 216 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.15 |
| HSL | 277.99º | 0.64% | 0.57% | - |
| HSV(B) | 277.99º | 0.64% | 0.85% | - |
| XYZ | 30.57 | 18.26 | 66.88 | - |
| YUV | 119.16 | 182.65 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 216 | 0.24 | 0.64 | 0 | 0.15 | 277.99 | 0.64 | 0.57 |
| Hex | A5 | 4D | D8 | 18 | 40 | 0 | F | 116 | 40 | 39 |
| Octal | 245 | 115 | 330 | 30 | 100 | 0 | 17 | 426 | 100 | 71 |
| Binary | 10100101 | 1001101 | 11011000 | 11000 | 1000000 | 0 | 1111 | 100010110 | 1000000 | 111001 |
Color Harmonies of #A54DD8
Complementary color
Monochromatic Colors of #A54DD8
Black with #A54DD8
Text Example
Text Example
White with #A54DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DD8; }
p { color: rgb(165,77,216); }
H1.HeaderClassName
{
color: #A54DD8;
}
.AnyTagClassName
{
color: #A54DD8;
}
</style>
background-color css
<style>
a { background-color: #A54DD8; }
a { background-color: rgb(165,77,216); }
div.DivClassName
{
background-color: #A54DD8;
}
.BgClassName
{
background-color: #A54DD8;
}
</style>
border-color css
<style>
span { border-color: #A54DD8; }
span { border-color: rgb(165,77,216); }
td.TdClassName
{
border-color: #A54DD8;
}
.TagClassName
{
border-color: #A54DD8;
}
</style>