Shades of Medium Orchid #A54DEC
Tints of Medium Orchid #A54DEC
RGB
CMYK
RGB Variations
Color information
#A54DEC (or 0xA54DEC) is known color: Medium Orchid. HEX triplet: A5, 4D and EC. RGB value is (165,77,236). Sum of RGB (Red+Green+Blue) = 165+77+236=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #A54DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54DEC is #5AB213. Grayscale: #787878. Windows color (decimal): -5943828 or 15486373. OLE color: 15486373.
HSL color Cylindrical-coordinate representation of color #A54DEC: hue angle of 273.21º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A54DEC is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 77 | 236 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.07 |
| HSL | 273.21º | 0.81% | 0.61% | - |
| HSV(B) | 273.21º | 0.67% | 0.93% | - |
| XYZ | 33.31 | 19.36 | 81.34 | - |
| YUV | 121.44 | 192.65 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 236 | 0.30 | 0.67 | 0 | 0.07 | 273.21 | 0.81 | 0.61 |
| Hex | A5 | 4D | EC | 1E | 43 | 0 | 7 | 111 | 51 | 3D |
| Octal | 245 | 115 | 354 | 36 | 103 | 0 | 7 | 421 | 121 | 75 |
| Binary | 10100101 | 1001101 | 11101100 | 11110 | 1000011 | 0 | 111 | 100010001 | 1010001 | 111101 |
Color Harmonies of #A54DEC
Complementary color
Monochromatic Colors of #A54DEC
Black with #A54DEC
Text Example
Text Example
White with #A54DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DEC; }
p { color: rgb(165,77,236); }
H1.HeaderClassName
{
color: #A54DEC;
}
.AnyTagClassName
{
color: #A54DEC;
}
</style>
background-color css
<style>
a { background-color: #A54DEC; }
a { background-color: rgb(165,77,236); }
div.DivClassName
{
background-color: #A54DEC;
}
.BgClassName
{
background-color: #A54DEC;
}
</style>
border-color css
<style>
span { border-color: #A54DEC; }
span { border-color: rgb(165,77,236); }
td.TdClassName
{
border-color: #A54DEC;
}
.TagClassName
{
border-color: #A54DEC;
}
</style>