Shades of Medium Orchid #A74DDD
Tints of Medium Orchid #A74DDD
RGB
CMYK
RGB Variations
Color information
#A74DDD (or 0xA74DDD) is known color: Medium Orchid. HEX triplet: A7, 4D and DD. RGB value is (167,77,221). Sum of RGB (Red+Green+Blue) = 167+77+221=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #A74DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74DDD is #58B222. Grayscale: #777777. Windows color (decimal): -5812771 or 14503335. OLE color: 14503335.
HSL color Cylindrical-coordinate representation of color #A74DDD: hue angle of 277.5º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A74DDD is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 77 | 221 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.13 |
| HSL | 277.5º | 0.68% | 0.58% | - |
| HSV(B) | 277.5º | 0.65% | 0.87% | - |
| XYZ | 31.64 | 18.74 | 70.36 | - |
| YUV | 120.33 | 184.82 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 221 | 0.24 | 0.65 | 0 | 0.13 | 277.5 | 0.68 | 0.58 |
| Hex | A7 | 4D | DD | 18 | 41 | 0 | D | 116 | 44 | 3A |
| Octal | 247 | 115 | 335 | 30 | 101 | 0 | 15 | 426 | 104 | 72 |
| Binary | 10100111 | 1001101 | 11011101 | 11000 | 1000001 | 0 | 1101 | 100010110 | 1000100 | 111010 |
Color Harmonies of #A74DDD
Complementary color
Monochromatic Colors of #A74DDD
Black with #A74DDD
Text Example
Text Example
White with #A74DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DDD; }
p { color: rgb(167,77,221); }
H1.HeaderClassName
{
color: #A74DDD;
}
.AnyTagClassName
{
color: #A74DDD;
}
</style>
background-color css
<style>
a { background-color: #A74DDD; }
a { background-color: rgb(167,77,221); }
div.DivClassName
{
background-color: #A74DDD;
}
.BgClassName
{
background-color: #A74DDD;
}
</style>
border-color css
<style>
span { border-color: #A74DDD; }
span { border-color: rgb(167,77,221); }
td.TdClassName
{
border-color: #A74DDD;
}
.TagClassName
{
border-color: #A74DDD;
}
</style>