Shades of Medium Orchid #A74BDE
Tints of Medium Orchid #A74BDE
RGB
CMYK
RGB Variations
Color information
#A74BDE (or 0xA74BDE) is known color: Medium Orchid. HEX triplet: A7, 4B and DE. RGB value is (167,75,222). Sum of RGB (Red+Green+Blue) = 167+75+222=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #A74BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74BDE is #58B421. Grayscale: #767676. Windows color (decimal): -5813282 or 14568359. OLE color: 14568359.
HSL color Cylindrical-coordinate representation of color #A74BDE: hue angle of 277.55º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A74BDE is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 75 | 222 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.13 |
| HSL | 277.55º | 0.69% | 0.58% | - |
| HSV(B) | 277.55º | 0.66% | 0.87% | - |
| XYZ | 31.64 | 18.52 | 71.01 | - |
| YUV | 119.27 | 185.98 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 75 | 222 | 0.25 | 0.66 | 0 | 0.13 | 277.55 | 0.69 | 0.58 |
| Hex | A7 | 4B | DE | 19 | 42 | 0 | D | 116 | 45 | 3A |
| Octal | 247 | 113 | 336 | 31 | 102 | 0 | 15 | 426 | 105 | 72 |
| Binary | 10100111 | 1001011 | 11011110 | 11001 | 1000010 | 0 | 1101 | 100010110 | 1000101 | 111010 |
Color Harmonies of #A74BDE
Complementary color
Monochromatic Colors of #A74BDE
Black with #A74BDE
Text Example
Text Example
White with #A74BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74BDE; }
p { color: rgb(167,75,222); }
H1.HeaderClassName
{
color: #A74BDE;
}
.AnyTagClassName
{
color: #A74BDE;
}
</style>
background-color css
<style>
a { background-color: #A74BDE; }
a { background-color: rgb(167,75,222); }
div.DivClassName
{
background-color: #A74BDE;
}
.BgClassName
{
background-color: #A74BDE;
}
</style>
border-color css
<style>
span { border-color: #A74BDE; }
span { border-color: rgb(167,75,222); }
td.TdClassName
{
border-color: #A74BDE;
}
.TagClassName
{
border-color: #A74BDE;
}
</style>