Shades of Medium Orchid #A34DDA
Tints of Medium Orchid #A34DDA
RGB
CMYK
RGB Variations
Color information
#A34DDA (or 0xA34DDA) is known color: Medium Orchid. HEX triplet: A3, 4D and DA. RGB value is (163,77,218). Sum of RGB (Red+Green+Blue) = 163+77+218=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #A34DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34DDA is #5CB225. Grayscale: #767676. Windows color (decimal): -6074918 or 14306723. OLE color: 14306723.
HSL color Cylindrical-coordinate representation of color #A34DDA: hue angle of 276.6º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A34DDA is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 77 | 218 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.15 |
| HSL | 276.6º | 0.66% | 0.58% | - |
| HSV(B) | 276.6º | 0.65% | 0.85% | - |
| XYZ | 30.41 | 18.16 | 68.23 | - |
| YUV | 118.79 | 183.99 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 218 | 0.25 | 0.65 | 0 | 0.15 | 276.6 | 0.66 | 0.58 |
| Hex | A3 | 4D | DA | 19 | 41 | 0 | F | 115 | 42 | 3A |
| Octal | 243 | 115 | 332 | 31 | 101 | 0 | 17 | 425 | 102 | 72 |
| Binary | 10100011 | 1001101 | 11011010 | 11001 | 1000001 | 0 | 1111 | 100010101 | 1000010 | 111010 |
Color Harmonies of #A34DDA
Complementary color
Monochromatic Colors of #A34DDA
Black with #A34DDA
Text Example
Text Example
White with #A34DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34DDA; }
p { color: rgb(163,77,218); }
H1.HeaderClassName
{
color: #A34DDA;
}
.AnyTagClassName
{
color: #A34DDA;
}
</style>
background-color css
<style>
a { background-color: #A34DDA; }
a { background-color: rgb(163,77,218); }
div.DivClassName
{
background-color: #A34DDA;
}
.BgClassName
{
background-color: #A34DDA;
}
</style>
border-color css
<style>
span { border-color: #A34DDA; }
span { border-color: rgb(163,77,218); }
td.TdClassName
{
border-color: #A34DDA;
}
.TagClassName
{
border-color: #A34DDA;
}
</style>