Shades of Medium Orchid #A74DDB
Tints of Medium Orchid #A74DDB
RGB
CMYK
RGB Variations
Color information
#A74DDB (or 0xA74DDB) is known color: Medium Orchid. HEX triplet: A7, 4D and DB. RGB value is (167,77,219). Sum of RGB (Red+Green+Blue) = 167+77+219=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #A74DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74DDB is #58B224. Grayscale: #777777. Windows color (decimal): -5812773 or 14372263. OLE color: 14372263.
HSL color Cylindrical-coordinate representation of color #A74DDB: hue angle of 278.03º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A74DDB is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 77 | 219 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.14 |
| HSL | 278.03º | 0.66% | 0.58% | - |
| HSV(B) | 278.03º | 0.65% | 0.86% | - |
| XYZ | 31.38 | 18.64 | 68.96 | - |
| YUV | 120.1 | 183.82 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 219 | 0.24 | 0.65 | 0 | 0.14 | 278.03 | 0.66 | 0.58 |
| Hex | A7 | 4D | DB | 18 | 41 | 0 | E | 116 | 42 | 3A |
| Octal | 247 | 115 | 333 | 30 | 101 | 0 | 16 | 426 | 102 | 72 |
| Binary | 10100111 | 1001101 | 11011011 | 11000 | 1000001 | 0 | 1110 | 100010110 | 1000010 | 111010 |
Color Harmonies of #A74DDB
Complementary color
Monochromatic Colors of #A74DDB
Black with #A74DDB
Text Example
Text Example
White with #A74DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DDB; }
p { color: rgb(167,77,219); }
H1.HeaderClassName
{
color: #A74DDB;
}
.AnyTagClassName
{
color: #A74DDB;
}
</style>
background-color css
<style>
a { background-color: #A74DDB; }
a { background-color: rgb(167,77,219); }
div.DivClassName
{
background-color: #A74DDB;
}
.BgClassName
{
background-color: #A74DDB;
}
</style>
border-color css
<style>
span { border-color: #A74DDB; }
span { border-color: rgb(167,77,219); }
td.TdClassName
{
border-color: #A74DDB;
}
.TagClassName
{
border-color: #A74DDB;
}
</style>