Shades of Medium Orchid #A34EDE
Tints of Medium Orchid #A34EDE
RGB
CMYK
RGB Variations
Color information
#A34EDE (or 0xA34EDE) is known color: Medium Orchid. HEX triplet: A3, 4E and DE. RGB value is (163,78,222). Sum of RGB (Red+Green+Blue) = 163+78+222=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #A34EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34EDE is #5CB121. Grayscale: #777777. Windows color (decimal): -6074658 or 14569123. OLE color: 14569123.
HSL color Cylindrical-coordinate representation of color #A34EDE: hue angle of 275.42º degrees, saturation: 0.69, 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 #A34EDE is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 78 | 222 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.13 |
| HSL | 275.42º | 0.69% | 0.59% | - |
| HSV(B) | 275.42º | 0.65% | 0.87% | - |
| XYZ | 31.01 | 18.51 | 71.05 | - |
| YUV | 119.83 | 185.66 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 222 | 0.27 | 0.65 | 0 | 0.13 | 275.42 | 0.69 | 0.59 |
| Hex | A3 | 4E | DE | 1B | 41 | 0 | D | 113 | 45 | 3B |
| Octal | 243 | 116 | 336 | 33 | 101 | 0 | 15 | 423 | 105 | 73 |
| Binary | 10100011 | 1001110 | 11011110 | 11011 | 1000001 | 0 | 1101 | 100010011 | 1000101 | 111011 |
Color Harmonies of #A34EDE
Complementary color
Monochromatic Colors of #A34EDE
Black with #A34EDE
Text Example
Text Example
White with #A34EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34EDE; }
p { color: rgb(163,78,222); }
H1.HeaderClassName
{
color: #A34EDE;
}
.AnyTagClassName
{
color: #A34EDE;
}
</style>
background-color css
<style>
a { background-color: #A34EDE; }
a { background-color: rgb(163,78,222); }
div.DivClassName
{
background-color: #A34EDE;
}
.BgClassName
{
background-color: #A34EDE;
}
</style>
border-color css
<style>
span { border-color: #A34EDE; }
span { border-color: rgb(163,78,222); }
td.TdClassName
{
border-color: #A34EDE;
}
.TagClassName
{
border-color: #A34EDE;
}
</style>