Shades of Medium Orchid #A54EEB
Tints of Medium Orchid #A54EEB
RGB
CMYK
RGB Variations
Color information
#A54EEB (or 0xA54EEB) is known color: Medium Orchid. HEX triplet: A5, 4E and EB. RGB value is (165,78,235). Sum of RGB (Red+Green+Blue) = 165+78+235=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #A54EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54EEB is #5AB114. Grayscale: #797979. Windows color (decimal): -5943573 or 15421093. OLE color: 15421093.
HSL color Cylindrical-coordinate representation of color #A54EEB: hue angle of 273.25º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A54EEB is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 78 | 235 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.08 |
| HSL | 273.25º | 0.8% | 0.61% | - |
| HSV(B) | 273.25º | 0.67% | 0.92% | - |
| XYZ | 33.24 | 19.45 | 80.6 | - |
| YUV | 121.91 | 191.82 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 235 | 0.30 | 0.67 | 0 | 0.08 | 273.25 | 0.8 | 0.61 |
| Hex | A5 | 4E | EB | 1E | 43 | 0 | 8 | 111 | 50 | 3D |
| Octal | 245 | 116 | 353 | 36 | 103 | 0 | 10 | 421 | 120 | 75 |
| Binary | 10100101 | 1001110 | 11101011 | 11110 | 1000011 | 0 | 1000 | 100010001 | 1010000 | 111101 |
Color Harmonies of #A54EEB
Complementary color
Monochromatic Colors of #A54EEB
Black with #A54EEB
Text Example
Text Example
White with #A54EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54EEB; }
p { color: rgb(165,78,235); }
H1.HeaderClassName
{
color: #A54EEB;
}
.AnyTagClassName
{
color: #A54EEB;
}
</style>
background-color css
<style>
a { background-color: #A54EEB; }
a { background-color: rgb(165,78,235); }
div.DivClassName
{
background-color: #A54EEB;
}
.BgClassName
{
background-color: #A54EEB;
}
</style>
border-color css
<style>
span { border-color: #A54EEB; }
span { border-color: rgb(165,78,235); }
td.TdClassName
{
border-color: #A54EEB;
}
.TagClassName
{
border-color: #A54EEB;
}
</style>