Shades of Medium Orchid #A54EEC
Tints of Medium Orchid #A54EEC
RGB
CMYK
RGB Variations
Color information
#A54EEC (or 0xA54EEC) is known color: Medium Orchid. HEX triplet: A5, 4E and EC. RGB value is (165,78,236). Sum of RGB (Red+Green+Blue) = 165+78+236=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #A54EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54EEC is #5AB113. Grayscale: #797979. Windows color (decimal): -5943572 or 15486629. OLE color: 15486629.
HSL color Cylindrical-coordinate representation of color #A54EEC: hue angle of 273.04º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A54EEC is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 78 | 236 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.07 |
| HSL | 273.04º | 0.81% | 0.62% | - |
| HSV(B) | 273.04º | 0.67% | 0.93% | - |
| XYZ | 33.38 | 19.5 | 81.36 | - |
| YUV | 122.03 | 192.32 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 236 | 0.30 | 0.67 | 0 | 0.07 | 273.04 | 0.81 | 0.62 |
| Hex | A5 | 4E | EC | 1E | 43 | 0 | 7 | 111 | 51 | 3E |
| Octal | 245 | 116 | 354 | 36 | 103 | 0 | 7 | 421 | 121 | 76 |
| Binary | 10100101 | 1001110 | 11101100 | 11110 | 1000011 | 0 | 111 | 100010001 | 1010001 | 111110 |
Color Harmonies of #A54EEC
Complementary color
Monochromatic Colors of #A54EEC
Black with #A54EEC
Text Example
Text Example
White with #A54EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54EEC; }
p { color: rgb(165,78,236); }
H1.HeaderClassName
{
color: #A54EEC;
}
.AnyTagClassName
{
color: #A54EEC;
}
</style>
background-color css
<style>
a { background-color: #A54EEC; }
a { background-color: rgb(165,78,236); }
div.DivClassName
{
background-color: #A54EEC;
}
.BgClassName
{
background-color: #A54EEC;
}
</style>
border-color css
<style>
span { border-color: #A54EEC; }
span { border-color: rgb(165,78,236); }
td.TdClassName
{
border-color: #A54EEC;
}
.TagClassName
{
border-color: #A54EEC;
}
</style>