Shades of Medium Orchid #A34DEC
Tints of Medium Orchid #A34DEC
RGB
CMYK
RGB Variations
Color information
#A34DEC (or 0xA34DEC) is known color: Medium Orchid. HEX triplet: A3, 4D and EC. RGB value is (163,77,236). Sum of RGB (Red+Green+Blue) = 163+77+236=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #A34DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34DEC is #5CB213. Grayscale: #787878. Windows color (decimal): -6074900 or 15486371. OLE color: 15486371.
HSL color Cylindrical-coordinate representation of color #A34DEC: hue angle of 272.45º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A34DEC is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 77 | 236 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.07 |
| HSL | 272.45º | 0.81% | 0.61% | - |
| HSV(B) | 272.45º | 0.67% | 0.93% | - |
| XYZ | 32.9 | 19.15 | 81.32 | - |
| YUV | 120.84 | 192.99 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 236 | 0.31 | 0.67 | 0 | 0.07 | 272.45 | 0.81 | 0.61 |
| Hex | A3 | 4D | EC | 1F | 43 | 0 | 7 | 110 | 51 | 3D |
| Octal | 243 | 115 | 354 | 37 | 103 | 0 | 7 | 420 | 121 | 75 |
| Binary | 10100011 | 1001101 | 11101100 | 11111 | 1000011 | 0 | 111 | 100010000 | 1010001 | 111101 |
Color Harmonies of #A34DEC
Complementary color
Monochromatic Colors of #A34DEC
Black with #A34DEC
Text Example
Text Example
White with #A34DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34DEC; }
p { color: rgb(163,77,236); }
H1.HeaderClassName
{
color: #A34DEC;
}
.AnyTagClassName
{
color: #A34DEC;
}
</style>
background-color css
<style>
a { background-color: #A34DEC; }
a { background-color: rgb(163,77,236); }
div.DivClassName
{
background-color: #A34DEC;
}
.BgClassName
{
background-color: #A34DEC;
}
</style>
border-color css
<style>
span { border-color: #A34DEC; }
span { border-color: rgb(163,77,236); }
td.TdClassName
{
border-color: #A34DEC;
}
.TagClassName
{
border-color: #A34DEC;
}
</style>