Shades of Medium Orchid #A34DED
Tints of Medium Orchid #A34DED
RGB
CMYK
RGB Variations
Color information
#A34DED (or 0xA34DED) is known color: Medium Orchid. HEX triplet: A3, 4D and ED. RGB value is (163,77,237). Sum of RGB (Red+Green+Blue) = 163+77+237=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #A34DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34DED is #5CB212. Grayscale: #787878. Windows color (decimal): -6074899 or 15551907. OLE color: 15551907.
HSL color Cylindrical-coordinate representation of color #A34DED: hue angle of 272.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A34DED is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 77 | 237 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.07 |
| HSL | 272.25º | 0.82% | 0.62% | - |
| HSV(B) | 272.25º | 0.68% | 0.93% | - |
| XYZ | 33.04 | 19.21 | 82.09 | - |
| YUV | 120.95 | 193.49 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 237 | 0.31 | 0.68 | 0 | 0.07 | 272.25 | 0.82 | 0.62 |
| Hex | A3 | 4D | ED | 1F | 44 | 0 | 7 | 110 | 52 | 3E |
| Octal | 243 | 115 | 355 | 37 | 104 | 0 | 7 | 420 | 122 | 76 |
| Binary | 10100011 | 1001101 | 11101101 | 11111 | 1000100 | 0 | 111 | 100010000 | 1010010 | 111110 |
Color Harmonies of #A34DED
Complementary color
Monochromatic Colors of #A34DED
Black with #A34DED
Text Example
Text Example
White with #A34DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34DED; }
p { color: rgb(163,77,237); }
H1.HeaderClassName
{
color: #A34DED;
}
.AnyTagClassName
{
color: #A34DED;
}
</style>
background-color css
<style>
a { background-color: #A34DED; }
a { background-color: rgb(163,77,237); }
div.DivClassName
{
background-color: #A34DED;
}
.BgClassName
{
background-color: #A34DED;
}
</style>
border-color css
<style>
span { border-color: #A34DED; }
span { border-color: rgb(163,77,237); }
td.TdClassName
{
border-color: #A34DED;
}
.TagClassName
{
border-color: #A34DED;
}
</style>