Shades of Medium Orchid #A54ED1
Tints of Medium Orchid #A54ED1
RGB
CMYK
RGB Variations
Color information
#A54ED1 (or 0xA54ED1) is known color: Medium Orchid. HEX triplet: A5, 4E and D1. RGB value is (165,78,209). Sum of RGB (Red+Green+Blue) = 165+78+209=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #A54ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54ED1 is #5AB12E. Grayscale: #767676. Windows color (decimal): -5943599 or 13717157. OLE color: 13717157.
HSL color Cylindrical-coordinate representation of color #A54ED1: hue angle of 279.85º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A54ED1 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 78 | 209 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.18 |
| HSL | 279.85º | 0.59% | 0.56% | - |
| HSV(B) | 279.85º | 0.63% | 0.82% | - |
| XYZ | 29.75 | 18.05 | 62.24 | - |
| YUV | 118.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 209 | 0.21 | 0.63 | 0 | 0.18 | 279.85 | 0.59 | 0.56 |
| Hex | A5 | 4E | D1 | 15 | 3F | 0 | 12 | 118 | 3B | 38 |
| Octal | 245 | 116 | 321 | 25 | 77 | 0 | 22 | 430 | 73 | 70 |
| Binary | 10100101 | 1001110 | 11010001 | 10101 | 111111 | 0 | 10010 | 100011000 | 111011 | 111000 |
Color Harmonies of #A54ED1
Complementary color
Monochromatic Colors of #A54ED1
Black with #A54ED1
Text Example
Text Example
White with #A54ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54ED1; }
p { color: rgb(165,78,209); }
H1.HeaderClassName
{
color: #A54ED1;
}
.AnyTagClassName
{
color: #A54ED1;
}
</style>
background-color css
<style>
a { background-color: #A54ED1; }
a { background-color: rgb(165,78,209); }
div.DivClassName
{
background-color: #A54ED1;
}
.BgClassName
{
background-color: #A54ED1;
}
</style>
border-color css
<style>
span { border-color: #A54ED1; }
span { border-color: rgb(165,78,209); }
td.TdClassName
{
border-color: #A54ED1;
}
.TagClassName
{
border-color: #A54ED1;
}
</style>