Shades of Medium Orchid #A34ED5
Tints of Medium Orchid #A34ED5
RGB
CMYK
RGB Variations
Color information
#A34ED5 (or 0xA34ED5) is known color: Medium Orchid. HEX triplet: A3, 4E and D5. RGB value is (163,78,213). Sum of RGB (Red+Green+Blue) = 163+78+213=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #A34ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34ED5 is #5CB12A. Grayscale: #767676. Windows color (decimal): -6074667 or 13979299. OLE color: 13979299.
HSL color Cylindrical-coordinate representation of color #A34ED5: hue angle of 277.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A34ED5 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 78 | 213 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.16 |
| HSL | 277.78º | 0.62% | 0.57% | - |
| HSV(B) | 277.78º | 0.63% | 0.84% | - |
| XYZ | 29.84 | 18.04 | 64.86 | - |
| YUV | 118.81 | 181.16 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 213 | 0.23 | 0.63 | 0 | 0.16 | 277.78 | 0.62 | 0.57 |
| Hex | A3 | 4E | D5 | 17 | 3F | 0 | 10 | 116 | 3E | 39 |
| Octal | 243 | 116 | 325 | 27 | 77 | 0 | 20 | 426 | 76 | 71 |
| Binary | 10100011 | 1001110 | 11010101 | 10111 | 111111 | 0 | 10000 | 100010110 | 111110 | 111001 |
Color Harmonies of #A34ED5
Complementary color
Monochromatic Colors of #A34ED5
Black with #A34ED5
Text Example
Text Example
White with #A34ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34ED5; }
p { color: rgb(163,78,213); }
H1.HeaderClassName
{
color: #A34ED5;
}
.AnyTagClassName
{
color: #A34ED5;
}
</style>
background-color css
<style>
a { background-color: #A34ED5; }
a { background-color: rgb(163,78,213); }
div.DivClassName
{
background-color: #A34ED5;
}
.BgClassName
{
background-color: #A34ED5;
}
</style>
border-color css
<style>
span { border-color: #A34ED5; }
span { border-color: rgb(163,78,213); }
td.TdClassName
{
border-color: #A34ED5;
}
.TagClassName
{
border-color: #A34ED5;
}
</style>