Shades of Medium Orchid #A74ADC
Tints of Medium Orchid #A74ADC
RGB
CMYK
RGB Variations
Color information
#A74ADC (or 0xA74ADC) is known color: Medium Orchid. HEX triplet: A7, 4A and DC. RGB value is (167,74,220). Sum of RGB (Red+Green+Blue) = 167+74+220=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #A74ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74ADC is #58B523. Grayscale: #757575. Windows color (decimal): -5813540 or 14437031. OLE color: 14437031.
HSL color Cylindrical-coordinate representation of color #A74ADC: hue angle of 278.22º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A74ADC is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 74 | 220 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.14 |
| HSL | 278.22º | 0.68% | 0.58% | - |
| HSV(B) | 278.22º | 0.66% | 0.86% | - |
| XYZ | 31.3 | 18.28 | 69.59 | - |
| YUV | 118.45 | 185.31 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 74 | 220 | 0.24 | 0.66 | 0 | 0.14 | 278.22 | 0.68 | 0.58 |
| Hex | A7 | 4A | DC | 18 | 42 | 0 | E | 116 | 44 | 3A |
| Octal | 247 | 112 | 334 | 30 | 102 | 0 | 16 | 426 | 104 | 72 |
| Binary | 10100111 | 1001010 | 11011100 | 11000 | 1000010 | 0 | 1110 | 100010110 | 1000100 | 111010 |
Color Harmonies of #A74ADC
Complementary color
Monochromatic Colors of #A74ADC
Black with #A74ADC
Text Example
Text Example
White with #A74ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74ADC; }
p { color: rgb(167,74,220); }
H1.HeaderClassName
{
color: #A74ADC;
}
.AnyTagClassName
{
color: #A74ADC;
}
</style>
background-color css
<style>
a { background-color: #A74ADC; }
a { background-color: rgb(167,74,220); }
div.DivClassName
{
background-color: #A74ADC;
}
.BgClassName
{
background-color: #A74ADC;
}
</style>
border-color css
<style>
span { border-color: #A74ADC; }
span { border-color: rgb(167,74,220); }
td.TdClassName
{
border-color: #A74ADC;
}
.TagClassName
{
border-color: #A74ADC;
}
</style>