Shades of Medium Orchid #A54DEE
Tints of Medium Orchid #A54DEE
RGB
CMYK
RGB Variations
Color information
#A54DEE (or 0xA54DEE) is known color: Medium Orchid. HEX triplet: A5, 4D and EE. RGB value is (165,77,238). Sum of RGB (Red+Green+Blue) = 165+77+238=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #A54DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54DEE is #5AB211. Grayscale: #797979. Windows color (decimal): -5943826 or 15617445. OLE color: 15617445.
HSL color Cylindrical-coordinate representation of color #A54DEE: hue angle of 272.8º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A54DEE is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 77 | 238 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.07 |
| HSL | 272.8º | 0.83% | 0.62% | - |
| HSV(B) | 272.8º | 0.68% | 0.93% | - |
| XYZ | 33.6 | 19.48 | 82.88 | - |
| YUV | 121.67 | 193.65 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 238 | 0.31 | 0.68 | 0 | 0.07 | 272.8 | 0.83 | 0.62 |
| Hex | A5 | 4D | EE | 1F | 44 | 0 | 7 | 111 | 53 | 3E |
| Octal | 245 | 115 | 356 | 37 | 104 | 0 | 7 | 421 | 123 | 76 |
| Binary | 10100101 | 1001101 | 11101110 | 11111 | 1000100 | 0 | 111 | 100010001 | 1010011 | 111110 |
Color Harmonies of #A54DEE
Complementary color
Monochromatic Colors of #A54DEE
Black with #A54DEE
Text Example
Text Example
White with #A54DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DEE; }
p { color: rgb(165,77,238); }
H1.HeaderClassName
{
color: #A54DEE;
}
.AnyTagClassName
{
color: #A54DEE;
}
</style>
background-color css
<style>
a { background-color: #A54DEE; }
a { background-color: rgb(165,77,238); }
div.DivClassName
{
background-color: #A54DEE;
}
.BgClassName
{
background-color: #A54DEE;
}
</style>
border-color css
<style>
span { border-color: #A54DEE; }
span { border-color: rgb(165,77,238); }
td.TdClassName
{
border-color: #A54DEE;
}
.TagClassName
{
border-color: #A54DEE;
}
</style>