Shades of Medium Orchid #A74DCC
Tints of Medium Orchid #A74DCC
RGB
CMYK
RGB Variations
Color information
#A74DCC (or 0xA74DCC) is known color: Medium Orchid. HEX triplet: A7, 4D and CC. RGB value is (167,77,204). Sum of RGB (Red+Green+Blue) = 167+77+204=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #A74DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74DCC is #58B233. Grayscale: #757575. Windows color (decimal): -5812788 or 13389223. OLE color: 13389223.
HSL color Cylindrical-coordinate representation of color #A74DCC: hue angle of 282.52º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A74DCC is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 77 | 204 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.2 |
| HSL | 282.52º | 0.55% | 0.55% | - |
| HSV(B) | 282.52º | 0.62% | 0.8% | - |
| XYZ | 29.49 | 17.88 | 59.02 | - |
| YUV | 118.39 | 176.32 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 204 | 0.18 | 0.62 | 0 | 0.2 | 282.52 | 0.55 | 0.55 |
| Hex | A7 | 4D | CC | 12 | 3E | 0 | 14 | 11B | 37 | 37 |
| Octal | 247 | 115 | 314 | 22 | 76 | 0 | 24 | 433 | 67 | 67 |
| Binary | 10100111 | 1001101 | 11001100 | 10010 | 111110 | 0 | 10100 | 100011011 | 110111 | 110111 |
Color Harmonies of #A74DCC
Complementary color
Monochromatic Colors of #A74DCC
Black with #A74DCC
Text Example
Text Example
White with #A74DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DCC; }
p { color: rgb(167,77,204); }
H1.HeaderClassName
{
color: #A74DCC;
}
.AnyTagClassName
{
color: #A74DCC;
}
</style>
background-color css
<style>
a { background-color: #A74DCC; }
a { background-color: rgb(167,77,204); }
div.DivClassName
{
background-color: #A74DCC;
}
.BgClassName
{
background-color: #A74DCC;
}
</style>
border-color css
<style>
span { border-color: #A74DCC; }
span { border-color: rgb(167,77,204); }
td.TdClassName
{
border-color: #A74DCC;
}
.TagClassName
{
border-color: #A74DCC;
}
</style>