Shades of Medium Orchid #A74EDB
Tints of Medium Orchid #A74EDB
RGB
CMYK
RGB Variations
Color information
#A74EDB (or 0xA74EDB) is known color: Medium Orchid. HEX triplet: A7, 4E and DB. RGB value is (167,78,219). Sum of RGB (Red+Green+Blue) = 167+78+219=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #A74EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74EDB is #58B124. Grayscale: #787878. Windows color (decimal): -5812517 or 14372519. OLE color: 14372519.
HSL color Cylindrical-coordinate representation of color #A74EDB: hue angle of 277.87º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A74EDB is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 78 | 219 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.14 |
| HSL | 277.87º | 0.66% | 0.58% | - |
| HSV(B) | 277.87º | 0.64% | 0.86% | - |
| XYZ | 31.45 | 18.78 | 68.99 | - |
| YUV | 120.69 | 183.49 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 78 | 219 | 0.24 | 0.64 | 0 | 0.14 | 277.87 | 0.66 | 0.58 |
| Hex | A7 | 4E | DB | 18 | 40 | 0 | E | 116 | 42 | 3A |
| Octal | 247 | 116 | 333 | 30 | 100 | 0 | 16 | 426 | 102 | 72 |
| Binary | 10100111 | 1001110 | 11011011 | 11000 | 1000000 | 0 | 1110 | 100010110 | 1000010 | 111010 |
Color Harmonies of #A74EDB
Complementary color
Monochromatic Colors of #A74EDB
Black with #A74EDB
Text Example
Text Example
White with #A74EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74EDB; }
p { color: rgb(167,78,219); }
H1.HeaderClassName
{
color: #A74EDB;
}
.AnyTagClassName
{
color: #A74EDB;
}
</style>
background-color css
<style>
a { background-color: #A74EDB; }
a { background-color: rgb(167,78,219); }
div.DivClassName
{
background-color: #A74EDB;
}
.BgClassName
{
background-color: #A74EDB;
}
</style>
border-color css
<style>
span { border-color: #A74EDB; }
span { border-color: rgb(167,78,219); }
td.TdClassName
{
border-color: #A74EDB;
}
.TagClassName
{
border-color: #A74EDB;
}
</style>