Shades of Medium Orchid #A74BEC
Tints of Medium Orchid #A74BEC
RGB
CMYK
RGB Variations
Color information
#A74BEC (or 0xA74BEC) is known color: Medium Orchid. HEX triplet: A7, 4B and EC. RGB value is (167,75,236). Sum of RGB (Red+Green+Blue) = 167+75+236=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #A74BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74BEC is #58B413. Grayscale: #787878. Windows color (decimal): -5813268 or 15485863. OLE color: 15485863.
HSL color Cylindrical-coordinate representation of color #A74BEC: hue angle of 274.29º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A74BEC is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 75 | 236 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.07 |
| HSL | 274.29º | 0.81% | 0.61% | - |
| HSV(B) | 274.29º | 0.68% | 0.93% | - |
| XYZ | 33.59 | 19.3 | 81.31 | - |
| YUV | 120.86 | 192.98 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 75 | 236 | 0.29 | 0.68 | 0 | 0.07 | 274.29 | 0.81 | 0.61 |
| Hex | A7 | 4B | EC | 1D | 44 | 0 | 7 | 112 | 51 | 3D |
| Octal | 247 | 113 | 354 | 35 | 104 | 0 | 7 | 422 | 121 | 75 |
| Binary | 10100111 | 1001011 | 11101100 | 11101 | 1000100 | 0 | 111 | 100010010 | 1010001 | 111101 |
Color Harmonies of #A74BEC
Complementary color
Monochromatic Colors of #A74BEC
Black with #A74BEC
Text Example
Text Example
White with #A74BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74BEC; }
p { color: rgb(167,75,236); }
H1.HeaderClassName
{
color: #A74BEC;
}
.AnyTagClassName
{
color: #A74BEC;
}
</style>
background-color css
<style>
a { background-color: #A74BEC; }
a { background-color: rgb(167,75,236); }
div.DivClassName
{
background-color: #A74BEC;
}
.BgClassName
{
background-color: #A74BEC;
}
</style>
border-color css
<style>
span { border-color: #A74BEC; }
span { border-color: rgb(167,75,236); }
td.TdClassName
{
border-color: #A74BEC;
}
.TagClassName
{
border-color: #A74BEC;
}
</style>