Shades of Medium Orchid #A74DED
Tints of Medium Orchid #A74DED
RGB
CMYK
RGB Variations
Color information
#A74DED (or 0xA74DED) is known color: Medium Orchid. HEX triplet: A7, 4D and ED. RGB value is (167,77,237). Sum of RGB (Red+Green+Blue) = 167+77+237=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #A74DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74DED is #58B212. Grayscale: #797979. Windows color (decimal): -5812755 or 15551911. OLE color: 15551911.
HSL color Cylindrical-coordinate representation of color #A74DED: hue angle of 273.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A74DED is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 77 | 237 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.07 |
| HSL | 273.75º | 0.82% | 0.62% | - |
| HSV(B) | 273.75º | 0.68% | 0.93% | - |
| XYZ | 33.88 | 19.64 | 82.13 | - |
| YUV | 122.15 | 192.82 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 237 | 0.30 | 0.68 | 0 | 0.07 | 273.75 | 0.82 | 0.62 |
| Hex | A7 | 4D | ED | 1E | 44 | 0 | 7 | 112 | 52 | 3E |
| Octal | 247 | 115 | 355 | 36 | 104 | 0 | 7 | 422 | 122 | 76 |
| Binary | 10100111 | 1001101 | 11101101 | 11110 | 1000100 | 0 | 111 | 100010010 | 1010010 | 111110 |
Color Harmonies of #A74DED
Complementary color
Monochromatic Colors of #A74DED
Black with #A74DED
Text Example
Text Example
White with #A74DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DED; }
p { color: rgb(167,77,237); }
H1.HeaderClassName
{
color: #A74DED;
}
.AnyTagClassName
{
color: #A74DED;
}
</style>
background-color css
<style>
a { background-color: #A74DED; }
a { background-color: rgb(167,77,237); }
div.DivClassName
{
background-color: #A74DED;
}
.BgClassName
{
background-color: #A74DED;
}
</style>
border-color css
<style>
span { border-color: #A74DED; }
span { border-color: rgb(167,77,237); }
td.TdClassName
{
border-color: #A74DED;
}
.TagClassName
{
border-color: #A74DED;
}
</style>