Shades of Medium Orchid #A84DDA
Tints of Medium Orchid #A84DDA
RGB
CMYK
RGB Variations
Color information
#A84DDA (or 0xA84DDA) is known color: Medium Orchid. HEX triplet: A8, 4D and DA. RGB value is (168,77,218). Sum of RGB (Red+Green+Blue) = 168+77+218=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #A84DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84DDA is #57B225. Grayscale: #777777. Windows color (decimal): -5747238 or 14306728. OLE color: 14306728.
HSL color Cylindrical-coordinate representation of color #A84DDA: hue angle of 278.72º 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 #A84DDA is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 77 | 218 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.15 |
| HSL | 278.72º | 0.66% | 0.58% | - |
| HSV(B) | 278.72º | 0.65% | 0.85% | - |
| XYZ | 31.46 | 18.69 | 68.28 | - |
| YUV | 120.28 | 183.15 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 218 | 0.23 | 0.65 | 0 | 0.15 | 278.72 | 0.66 | 0.58 |
| Hex | A8 | 4D | DA | 17 | 41 | 0 | F | 117 | 42 | 3A |
| Octal | 250 | 115 | 332 | 27 | 101 | 0 | 17 | 427 | 102 | 72 |
| Binary | 10101000 | 1001101 | 11011010 | 10111 | 1000001 | 0 | 1111 | 100010111 | 1000010 | 111010 |
Color Harmonies of #A84DDA
Complementary color
Monochromatic Colors of #A84DDA
Black with #A84DDA
Text Example
Text Example
White with #A84DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84DDA; }
p { color: rgb(168,77,218); }
H1.HeaderClassName
{
color: #A84DDA;
}
.AnyTagClassName
{
color: #A84DDA;
}
</style>
background-color css
<style>
a { background-color: #A84DDA; }
a { background-color: rgb(168,77,218); }
div.DivClassName
{
background-color: #A84DDA;
}
.BgClassName
{
background-color: #A84DDA;
}
</style>
border-color css
<style>
span { border-color: #A84DDA; }
span { border-color: rgb(168,77,218); }
td.TdClassName
{
border-color: #A84DDA;
}
.TagClassName
{
border-color: #A84DDA;
}
</style>