Shades of Medium Orchid #A54EEA
Tints of Medium Orchid #A54EEA
RGB
CMYK
RGB Variations
Color information
#A54EEA (or 0xA54EEA) is known color: Medium Orchid. HEX triplet: A5, 4E and EA. RGB value is (165,78,234). Sum of RGB (Red+Green+Blue) = 165+78+234=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #A54EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54EEA is #5AB115. Grayscale: #797979. Windows color (decimal): -5943574 or 15355557. OLE color: 15355557.
HSL color Cylindrical-coordinate representation of color #A54EEA: hue angle of 273.46º degrees, saturation: 0.79, 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 #A54EEA is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 78 | 234 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.08 |
| HSL | 273.46º | 0.79% | 0.61% | - |
| HSV(B) | 273.46º | 0.67% | 0.92% | - |
| XYZ | 33.09 | 19.39 | 79.84 | - |
| YUV | 121.8 | 191.32 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 234 | 0.29 | 0.67 | 0 | 0.08 | 273.46 | 0.79 | 0.61 |
| Hex | A5 | 4E | EA | 1D | 43 | 0 | 8 | 111 | 4F | 3D |
| Octal | 245 | 116 | 352 | 35 | 103 | 0 | 10 | 421 | 117 | 75 |
| Binary | 10100101 | 1001110 | 11101010 | 11101 | 1000011 | 0 | 1000 | 100010001 | 1001111 | 111101 |
Color Harmonies of #A54EEA
Complementary color
Monochromatic Colors of #A54EEA
Black with #A54EEA
Text Example
Text Example
White with #A54EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54EEA; }
p { color: rgb(165,78,234); }
H1.HeaderClassName
{
color: #A54EEA;
}
.AnyTagClassName
{
color: #A54EEA;
}
</style>
background-color css
<style>
a { background-color: #A54EEA; }
a { background-color: rgb(165,78,234); }
div.DivClassName
{
background-color: #A54EEA;
}
.BgClassName
{
background-color: #A54EEA;
}
</style>
border-color css
<style>
span { border-color: #A54EEA; }
span { border-color: rgb(165,78,234); }
td.TdClassName
{
border-color: #A54EEA;
}
.TagClassName
{
border-color: #A54EEA;
}
</style>