Shades of Medium Orchid #A54EDE
Tints of Medium Orchid #A54EDE
RGB
CMYK
RGB Variations
Color information
#A54EDE (or 0xA54EDE) is known color: Medium Orchid. HEX triplet: A5, 4E and DE. RGB value is (165,78,222). Sum of RGB (Red+Green+Blue) = 165+78+222=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #A54EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54EDE is #5AB121. Grayscale: #777777. Windows color (decimal): -5943586 or 14569125. OLE color: 14569125.
HSL color Cylindrical-coordinate representation of color #A54EDE: hue angle of 276.25º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A54EDE is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 78 | 222 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.13 |
| HSL | 276.25º | 0.69% | 0.59% | - |
| HSV(B) | 276.25º | 0.65% | 0.87% | - |
| XYZ | 31.43 | 18.72 | 71.06 | - |
| YUV | 120.43 | 185.32 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 222 | 0.26 | 0.65 | 0 | 0.13 | 276.25 | 0.69 | 0.59 |
| Hex | A5 | 4E | DE | 1A | 41 | 0 | D | 114 | 45 | 3B |
| Octal | 245 | 116 | 336 | 32 | 101 | 0 | 15 | 424 | 105 | 73 |
| Binary | 10100101 | 1001110 | 11011110 | 11010 | 1000001 | 0 | 1101 | 100010100 | 1000101 | 111011 |
Color Harmonies of #A54EDE
Complementary color
Monochromatic Colors of #A54EDE
Black with #A54EDE
Text Example
Text Example
White with #A54EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54EDE; }
p { color: rgb(165,78,222); }
H1.HeaderClassName
{
color: #A54EDE;
}
.AnyTagClassName
{
color: #A54EDE;
}
</style>
background-color css
<style>
a { background-color: #A54EDE; }
a { background-color: rgb(165,78,222); }
div.DivClassName
{
background-color: #A54EDE;
}
.BgClassName
{
background-color: #A54EDE;
}
</style>
border-color css
<style>
span { border-color: #A54EDE; }
span { border-color: rgb(165,78,222); }
td.TdClassName
{
border-color: #A54EDE;
}
.TagClassName
{
border-color: #A54EDE;
}
</style>