Shades of Medium Orchid #A34EEC
Tints of Medium Orchid #A34EEC
RGB
CMYK
RGB Variations
Color information
#A34EEC (or 0xA34EEC) is known color: Medium Orchid. HEX triplet: A3, 4E and EC. RGB value is (163,78,236). Sum of RGB (Red+Green+Blue) = 163+78+236=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #A34EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34EEC is #5CB113. Grayscale: #787878. Windows color (decimal): -6074644 or 15486627. OLE color: 15486627.
HSL color Cylindrical-coordinate representation of color #A34EEC: hue angle of 272.28º 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 #A34EEC is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 78 | 236 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.07 |
| HSL | 272.28º | 0.81% | 0.62% | - |
| HSV(B) | 272.28º | 0.67% | 0.93% | - |
| XYZ | 32.97 | 19.29 | 81.34 | - |
| YUV | 121.43 | 192.66 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 236 | 0.31 | 0.67 | 0 | 0.07 | 272.28 | 0.81 | 0.62 |
| Hex | A3 | 4E | EC | 1F | 43 | 0 | 7 | 110 | 51 | 3E |
| Octal | 243 | 116 | 354 | 37 | 103 | 0 | 7 | 420 | 121 | 76 |
| Binary | 10100011 | 1001110 | 11101100 | 11111 | 1000011 | 0 | 111 | 100010000 | 1010001 | 111110 |
Color Harmonies of #A34EEC
Complementary color
Monochromatic Colors of #A34EEC
Black with #A34EEC
Text Example
Text Example
White with #A34EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34EEC; }
p { color: rgb(163,78,236); }
H1.HeaderClassName
{
color: #A34EEC;
}
.AnyTagClassName
{
color: #A34EEC;
}
</style>
background-color css
<style>
a { background-color: #A34EEC; }
a { background-color: rgb(163,78,236); }
div.DivClassName
{
background-color: #A34EEC;
}
.BgClassName
{
background-color: #A34EEC;
}
</style>
border-color css
<style>
span { border-color: #A34EEC; }
span { border-color: rgb(163,78,236); }
td.TdClassName
{
border-color: #A34EEC;
}
.TagClassName
{
border-color: #A34EEC;
}
</style>