Shades of Medium Orchid #A74DE0
Tints of Medium Orchid #A74DE0
RGB
CMYK
RGB Variations
Color information
#A74DE0 (or 0xA74DE0) is known color: Medium Orchid. HEX triplet: A7, 4D and E0. RGB value is (167,77,224). Sum of RGB (Red+Green+Blue) = 167+77+224=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #A74DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74DE0 is #58B21F. Grayscale: #787878. Windows color (decimal): -5812768 or 14699943. OLE color: 14699943.
HSL color Cylindrical-coordinate representation of color #A74DE0: hue angle of 276.73º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A74DE0 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 77 | 224 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.12 |
| HSL | 276.73º | 0.7% | 0.59% | - |
| HSV(B) | 276.73º | 0.66% | 0.88% | - |
| XYZ | 32.04 | 18.91 | 72.48 | - |
| YUV | 120.67 | 186.32 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 224 | 0.25 | 0.66 | 0 | 0.12 | 276.73 | 0.7 | 0.59 |
| Hex | A7 | 4D | E0 | 19 | 42 | 0 | C | 115 | 46 | 3B |
| Octal | 247 | 115 | 340 | 31 | 102 | 0 | 14 | 425 | 106 | 73 |
| Binary | 10100111 | 1001101 | 11100000 | 11001 | 1000010 | 0 | 1100 | 100010101 | 1000110 | 111011 |
Color Harmonies of #A74DE0
Complementary color
Monochromatic Colors of #A74DE0
Black with #A74DE0
Text Example
Text Example
White with #A74DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DE0; }
p { color: rgb(167,77,224); }
H1.HeaderClassName
{
color: #A74DE0;
}
.AnyTagClassName
{
color: #A74DE0;
}
</style>
background-color css
<style>
a { background-color: #A74DE0; }
a { background-color: rgb(167,77,224); }
div.DivClassName
{
background-color: #A74DE0;
}
.BgClassName
{
background-color: #A74DE0;
}
</style>
border-color css
<style>
span { border-color: #A74DE0; }
span { border-color: rgb(167,77,224); }
td.TdClassName
{
border-color: #A74DE0;
}
.TagClassName
{
border-color: #A74DE0;
}
</style>