Shades of Medium Orchid #A74DF0
Tints of Medium Orchid #A74DF0
RGB
CMYK
RGB Variations
Color information
#A74DF0 (or 0xA74DF0) is known color: Medium Orchid. HEX triplet: A7, 4D and F0. RGB value is (167,77,240). Sum of RGB (Red+Green+Blue) = 167+77+240=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #A74DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74DF0 is #58B20F. Grayscale: #797979. Windows color (decimal): -5812752 or 15748519. OLE color: 15748519.
HSL color Cylindrical-coordinate representation of color #A74DF0: hue angle of 273.13º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A74DF0 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 77 | 240 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.06 |
| HSL | 273.13º | 0.84% | 0.62% | - |
| HSV(B) | 273.13º | 0.68% | 0.94% | - |
| XYZ | 34.32 | 19.81 | 84.45 | - |
| YUV | 122.49 | 194.32 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 240 | 0.30 | 0.68 | 0 | 0.06 | 273.13 | 0.84 | 0.62 |
| Hex | A7 | 4D | F0 | 1E | 44 | 0 | 6 | 111 | 54 | 3E |
| Octal | 247 | 115 | 360 | 36 | 104 | 0 | 6 | 421 | 124 | 76 |
| Binary | 10100111 | 1001101 | 11110000 | 11110 | 1000100 | 0 | 110 | 100010001 | 1010100 | 111110 |
Color Harmonies of #A74DF0
Complementary color
Monochromatic Colors of #A74DF0
Black with #A74DF0
Text Example
Text Example
White with #A74DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DF0; }
p { color: rgb(167,77,240); }
H1.HeaderClassName
{
color: #A74DF0;
}
.AnyTagClassName
{
color: #A74DF0;
}
</style>
background-color css
<style>
a { background-color: #A74DF0; }
a { background-color: rgb(167,77,240); }
div.DivClassName
{
background-color: #A74DF0;
}
.BgClassName
{
background-color: #A74DF0;
}
</style>
border-color css
<style>
span { border-color: #A74DF0; }
span { border-color: rgb(167,77,240); }
td.TdClassName
{
border-color: #A74DF0;
}
.TagClassName
{
border-color: #A74DF0;
}
</style>