Shades of Medium Orchid #A74CDB
Tints of Medium Orchid #A74CDB
RGB
CMYK
RGB Variations
Color information
#A74CDB (or 0xA74CDB) is known color: Medium Orchid. HEX triplet: A7, 4C and DB. RGB value is (167,76,219). Sum of RGB (Red+Green+Blue) = 167+76+219=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #A74CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74CDB is #58B324. Grayscale: #777777. Windows color (decimal): -5813029 or 14372007. OLE color: 14372007.
HSL color Cylindrical-coordinate representation of color #A74CDB: hue angle of 278.18º degrees, saturation: 0.67, 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 #A74CDB is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 76 | 219 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.14 |
| HSL | 278.18º | 0.67% | 0.58% | - |
| HSV(B) | 278.18º | 0.65% | 0.86% | - |
| XYZ | 31.31 | 18.5 | 68.94 | - |
| YUV | 119.51 | 184.15 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 76 | 219 | 0.24 | 0.65 | 0 | 0.14 | 278.18 | 0.67 | 0.58 |
| Hex | A7 | 4C | DB | 18 | 41 | 0 | E | 116 | 43 | 3A |
| Octal | 247 | 114 | 333 | 30 | 101 | 0 | 16 | 426 | 103 | 72 |
| Binary | 10100111 | 1001100 | 11011011 | 11000 | 1000001 | 0 | 1110 | 100010110 | 1000011 | 111010 |
Color Harmonies of #A74CDB
Complementary color
Monochromatic Colors of #A74CDB
Black with #A74CDB
Text Example
Text Example
White with #A74CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74CDB; }
p { color: rgb(167,76,219); }
H1.HeaderClassName
{
color: #A74CDB;
}
.AnyTagClassName
{
color: #A74CDB;
}
</style>
background-color css
<style>
a { background-color: #A74CDB; }
a { background-color: rgb(167,76,219); }
div.DivClassName
{
background-color: #A74CDB;
}
.BgClassName
{
background-color: #A74CDB;
}
</style>
border-color css
<style>
span { border-color: #A74CDB; }
span { border-color: rgb(167,76,219); }
td.TdClassName
{
border-color: #A74CDB;
}
.TagClassName
{
border-color: #A74CDB;
}
</style>