Shades of Medium Orchid #A74ED5
Tints of Medium Orchid #A74ED5
RGB
CMYK
RGB Variations
Color information
#A74ED5 (or 0xA74ED5) is known color: Medium Orchid. HEX triplet: A7, 4E and D5. RGB value is (167,78,213). Sum of RGB (Red+Green+Blue) = 167+78+213=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #A74ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74ED5 is #58B12A. Grayscale: #777777. Windows color (decimal): -5812523 or 13979303. OLE color: 13979303.
HSL color Cylindrical-coordinate representation of color #A74ED5: hue angle of 279.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A74ED5 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 78 | 213 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.16 |
| HSL | 279.56º | 0.62% | 0.57% | - |
| HSV(B) | 279.56º | 0.63% | 0.84% | - |
| XYZ | 30.67 | 18.47 | 64.9 | - |
| YUV | 120 | 180.49 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 78 | 213 | 0.22 | 0.63 | 0 | 0.16 | 279.56 | 0.62 | 0.57 |
| Hex | A7 | 4E | D5 | 16 | 3F | 0 | 10 | 118 | 3E | 39 |
| Octal | 247 | 116 | 325 | 26 | 77 | 0 | 20 | 430 | 76 | 71 |
| Binary | 10100111 | 1001110 | 11010101 | 10110 | 111111 | 0 | 10000 | 100011000 | 111110 | 111001 |
Color Harmonies of #A74ED5
Complementary color
Monochromatic Colors of #A74ED5
Black with #A74ED5
Text Example
Text Example
White with #A74ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74ED5; }
p { color: rgb(167,78,213); }
H1.HeaderClassName
{
color: #A74ED5;
}
.AnyTagClassName
{
color: #A74ED5;
}
</style>
background-color css
<style>
a { background-color: #A74ED5; }
a { background-color: rgb(167,78,213); }
div.DivClassName
{
background-color: #A74ED5;
}
.BgClassName
{
background-color: #A74ED5;
}
</style>
border-color css
<style>
span { border-color: #A74ED5; }
span { border-color: rgb(167,78,213); }
td.TdClassName
{
border-color: #A74ED5;
}
.TagClassName
{
border-color: #A74ED5;
}
</style>