Shades of Medium Orchid #A54FEC
Tints of Medium Orchid #A54FEC
RGB
CMYK
RGB Variations
Color information
#A54FEC (or 0xA54FEC) is known color: Medium Orchid. HEX triplet: A5, 4F and EC. RGB value is (165,79,236). Sum of RGB (Red+Green+Blue) = 165+79+236=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #A54FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54FEC is #5AB013. Grayscale: #7A7A7A. Windows color (decimal): -5943316 or 15486885. OLE color: 15486885.
HSL color Cylindrical-coordinate representation of color #A54FEC: hue angle of 272.87º 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 #A54FEC is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 79 | 236 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.07 |
| HSL | 272.87º | 0.81% | 0.62% | - |
| HSV(B) | 272.87º | 0.67% | 0.93% | - |
| XYZ | 33.45 | 19.65 | 81.39 | - |
| YUV | 122.61 | 191.99 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 236 | 0.30 | 0.67 | 0 | 0.07 | 272.87 | 0.81 | 0.62 |
| Hex | A5 | 4F | EC | 1E | 43 | 0 | 7 | 111 | 51 | 3E |
| Octal | 245 | 117 | 354 | 36 | 103 | 0 | 7 | 421 | 121 | 76 |
| Binary | 10100101 | 1001111 | 11101100 | 11110 | 1000011 | 0 | 111 | 100010001 | 1010001 | 111110 |
Color Harmonies of #A54FEC
Complementary color
Monochromatic Colors of #A54FEC
Black with #A54FEC
Text Example
Text Example
White with #A54FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54FEC; }
p { color: rgb(165,79,236); }
H1.HeaderClassName
{
color: #A54FEC;
}
.AnyTagClassName
{
color: #A54FEC;
}
</style>
background-color css
<style>
a { background-color: #A54FEC; }
a { background-color: rgb(165,79,236); }
div.DivClassName
{
background-color: #A54FEC;
}
.BgClassName
{
background-color: #A54FEC;
}
</style>
border-color css
<style>
span { border-color: #A54FEC; }
span { border-color: rgb(165,79,236); }
td.TdClassName
{
border-color: #A54FEC;
}
.TagClassName
{
border-color: #A54FEC;
}
</style>