Shades of Medium Orchid #A74DF3
Tints of Medium Orchid #A74DF3
RGB
CMYK
RGB Variations
Color information
#A74DF3 (or 0xA74DF3) is known color: Medium Orchid. HEX triplet: A7, 4D and F3. RGB value is (167,77,243). Sum of RGB (Red+Green+Blue) = 167+77+243=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #A74DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74DF3 is #58B20C. Grayscale: #7A7A7A. Windows color (decimal): -5812749 or 15945127. OLE color: 15945127.
HSL color Cylindrical-coordinate representation of color #A74DF3: hue angle of 272.53º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A74DF3 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 77 | 243 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.05 |
| HSL | 272.53º | 0.87% | 0.63% | - |
| HSV(B) | 272.53º | 0.68% | 0.95% | - |
| XYZ | 34.77 | 19.99 | 86.82 | - |
| YUV | 122.83 | 195.82 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 243 | 0.31 | 0.68 | 0 | 0.05 | 272.53 | 0.87 | 0.63 |
| Hex | A7 | 4D | F3 | 1F | 44 | 0 | 5 | 111 | 57 | 3F |
| Octal | 247 | 115 | 363 | 37 | 104 | 0 | 5 | 421 | 127 | 77 |
| Binary | 10100111 | 1001101 | 11110011 | 11111 | 1000100 | 0 | 101 | 100010001 | 1010111 | 111111 |
Color Harmonies of #A74DF3
Complementary color
Monochromatic Colors of #A74DF3
Black with #A74DF3
Text Example
Text Example
White with #A74DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DF3; }
p { color: rgb(167,77,243); }
H1.HeaderClassName
{
color: #A74DF3;
}
.AnyTagClassName
{
color: #A74DF3;
}
</style>
background-color css
<style>
a { background-color: #A74DF3; }
a { background-color: rgb(167,77,243); }
div.DivClassName
{
background-color: #A74DF3;
}
.BgClassName
{
background-color: #A74DF3;
}
</style>
border-color css
<style>
span { border-color: #A74DF3; }
span { border-color: rgb(167,77,243); }
td.TdClassName
{
border-color: #A74DF3;
}
.TagClassName
{
border-color: #A74DF3;
}
</style>