Shades of Medium Orchid #A34EDD
Tints of Medium Orchid #A34EDD
RGB
CMYK
RGB Variations
Color information
#A34EDD (or 0xA34EDD) is known color: Medium Orchid. HEX triplet: A3, 4E and DD. RGB value is (163,78,221). Sum of RGB (Red+Green+Blue) = 163+78+221=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #A34EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34EDD is #5CB122. Grayscale: #777777. Windows color (decimal): -6074659 or 14503587. OLE color: 14503587.
HSL color Cylindrical-coordinate representation of color #A34EDD: hue angle of 275.66º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A34EDD is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 78 | 221 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.13 |
| HSL | 275.66º | 0.68% | 0.59% | - |
| HSV(B) | 275.66º | 0.65% | 0.87% | - |
| XYZ | 30.88 | 18.46 | 70.34 | - |
| YUV | 119.72 | 185.16 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 221 | 0.26 | 0.65 | 0 | 0.13 | 275.66 | 0.68 | 0.59 |
| Hex | A3 | 4E | DD | 1A | 41 | 0 | D | 114 | 44 | 3B |
| Octal | 243 | 116 | 335 | 32 | 101 | 0 | 15 | 424 | 104 | 73 |
| Binary | 10100011 | 1001110 | 11011101 | 11010 | 1000001 | 0 | 1101 | 100010100 | 1000100 | 111011 |
Color Harmonies of #A34EDD
Complementary color
Monochromatic Colors of #A34EDD
Black with #A34EDD
Text Example
Text Example
White with #A34EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34EDD; }
p { color: rgb(163,78,221); }
H1.HeaderClassName
{
color: #A34EDD;
}
.AnyTagClassName
{
color: #A34EDD;
}
</style>
background-color css
<style>
a { background-color: #A34EDD; }
a { background-color: rgb(163,78,221); }
div.DivClassName
{
background-color: #A34EDD;
}
.BgClassName
{
background-color: #A34EDD;
}
</style>
border-color css
<style>
span { border-color: #A34EDD; }
span { border-color: rgb(163,78,221); }
td.TdClassName
{
border-color: #A34EDD;
}
.TagClassName
{
border-color: #A34EDD;
}
</style>