Shades of Medium Orchid #A74DDA
Tints of Medium Orchid #A74DDA
RGB
CMYK
RGB Variations
Color information
#A74DDA (or 0xA74DDA) is known color: Medium Orchid. HEX triplet: A7, 4D and DA. RGB value is (167,77,218). Sum of RGB (Red+Green+Blue) = 167+77+218=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #A74DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74DDA is #58B225. Grayscale: #777777. Windows color (decimal): -5812774 or 14306727. OLE color: 14306727.
HSL color Cylindrical-coordinate representation of color #A74DDA: hue angle of 278.3º 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 #A74DDA is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 77 | 218 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.15 |
| HSL | 278.3º | 0.66% | 0.58% | - |
| HSV(B) | 278.3º | 0.65% | 0.85% | - |
| XYZ | 31.25 | 18.59 | 68.27 | - |
| YUV | 119.98 | 183.32 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 218 | 0.23 | 0.65 | 0 | 0.15 | 278.3 | 0.66 | 0.58 |
| Hex | A7 | 4D | DA | 17 | 41 | 0 | F | 116 | 42 | 3A |
| Octal | 247 | 115 | 332 | 27 | 101 | 0 | 17 | 426 | 102 | 72 |
| Binary | 10100111 | 1001101 | 11011010 | 10111 | 1000001 | 0 | 1111 | 100010110 | 1000010 | 111010 |
Color Harmonies of #A74DDA
Complementary color
Monochromatic Colors of #A74DDA
Black with #A74DDA
Text Example
Text Example
White with #A74DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DDA; }
p { color: rgb(167,77,218); }
H1.HeaderClassName
{
color: #A74DDA;
}
.AnyTagClassName
{
color: #A74DDA;
}
</style>
background-color css
<style>
a { background-color: #A74DDA; }
a { background-color: rgb(167,77,218); }
div.DivClassName
{
background-color: #A74DDA;
}
.BgClassName
{
background-color: #A74DDA;
}
</style>
border-color css
<style>
span { border-color: #A74DDA; }
span { border-color: rgb(167,77,218); }
td.TdClassName
{
border-color: #A74DDA;
}
.TagClassName
{
border-color: #A74DDA;
}
</style>