Shades of Medium Orchid #A74DD8
Tints of Medium Orchid #A74DD8
RGB
CMYK
RGB Variations
Color information
#A74DD8 (or 0xA74DD8) is known color: Medium Orchid. HEX triplet: A7, 4D and D8. RGB value is (167,77,216). Sum of RGB (Red+Green+Blue) = 167+77+216=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 216 - color contains mainly: blue. Hex color #A74DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74DD8 is #58B227. Grayscale: #777777. Windows color (decimal): -5812776 or 14175655. OLE color: 14175655.
HSL color Cylindrical-coordinate representation of color #A74DD8: hue angle of 278.85º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A74DD8 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 77 | 216 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.15 |
| HSL | 278.85º | 0.64% | 0.57% | - |
| HSV(B) | 278.85º | 0.64% | 0.85% | - |
| XYZ | 30.98 | 18.48 | 66.9 | - |
| YUV | 119.76 | 182.32 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 216 | 0.23 | 0.64 | 0 | 0.15 | 278.85 | 0.64 | 0.57 |
| Hex | A7 | 4D | D8 | 17 | 40 | 0 | F | 117 | 40 | 39 |
| Octal | 247 | 115 | 330 | 27 | 100 | 0 | 17 | 427 | 100 | 71 |
| Binary | 10100111 | 1001101 | 11011000 | 10111 | 1000000 | 0 | 1111 | 100010111 | 1000000 | 111001 |
Color Harmonies of #A74DD8
Complementary color
Monochromatic Colors of #A74DD8
Black with #A74DD8
Text Example
Text Example
White with #A74DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DD8; }
p { color: rgb(167,77,216); }
H1.HeaderClassName
{
color: #A74DD8;
}
.AnyTagClassName
{
color: #A74DD8;
}
</style>
background-color css
<style>
a { background-color: #A74DD8; }
a { background-color: rgb(167,77,216); }
div.DivClassName
{
background-color: #A74DD8;
}
.BgClassName
{
background-color: #A74DD8;
}
</style>
border-color css
<style>
span { border-color: #A74DD8; }
span { border-color: rgb(167,77,216); }
td.TdClassName
{
border-color: #A74DD8;
}
.TagClassName
{
border-color: #A74DD8;
}
</style>