Shades of Medium Orchid #A54DEF
Tints of Medium Orchid #A54DEF
RGB
CMYK
RGB Variations
Color information
#A54DEF (or 0xA54DEF) is known color: Medium Orchid. HEX triplet: A5, 4D and EF. RGB value is (165,77,239). Sum of RGB (Red+Green+Blue) = 165+77+239=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #A54DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54DEF is #5AB210. Grayscale: #797979. Windows color (decimal): -5943825 or 15682981. OLE color: 15682981.
HSL color Cylindrical-coordinate representation of color #A54DEF: hue angle of 272.59º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A54DEF is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 77 | 239 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.06 |
| HSL | 272.59º | 0.84% | 0.62% | - |
| HSV(B) | 272.59º | 0.68% | 0.94% | - |
| XYZ | 33.75 | 19.54 | 83.65 | - |
| YUV | 121.78 | 194.15 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 239 | 0.31 | 0.68 | 0 | 0.06 | 272.59 | 0.84 | 0.62 |
| Hex | A5 | 4D | EF | 1F | 44 | 0 | 6 | 111 | 54 | 3E |
| Octal | 245 | 115 | 357 | 37 | 104 | 0 | 6 | 421 | 124 | 76 |
| Binary | 10100101 | 1001101 | 11101111 | 11111 | 1000100 | 0 | 110 | 100010001 | 1010100 | 111110 |
Color Harmonies of #A54DEF
Complementary color
Monochromatic Colors of #A54DEF
Black with #A54DEF
Text Example
Text Example
White with #A54DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DEF; }
p { color: rgb(165,77,239); }
H1.HeaderClassName
{
color: #A54DEF;
}
.AnyTagClassName
{
color: #A54DEF;
}
</style>
background-color css
<style>
a { background-color: #A54DEF; }
a { background-color: rgb(165,77,239); }
div.DivClassName
{
background-color: #A54DEF;
}
.BgClassName
{
background-color: #A54DEF;
}
</style>
border-color css
<style>
span { border-color: #A54DEF; }
span { border-color: rgb(165,77,239); }
td.TdClassName
{
border-color: #A54DEF;
}
.TagClassName
{
border-color: #A54DEF;
}
</style>