Shades of Medium Orchid #A74CDA
Tints of Medium Orchid #A74CDA
RGB
CMYK
RGB Variations
Color information
#A74CDA (or 0xA74CDA) is known color: Medium Orchid. HEX triplet: A7, 4C and DA. RGB value is (167,76,218). Sum of RGB (Red+Green+Blue) = 167+76+218=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #A74CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74CDA is #58B325. Grayscale: #767676. Windows color (decimal): -5813030 or 14306471. OLE color: 14306471.
HSL color Cylindrical-coordinate representation of color #A74CDA: hue angle of 278.45º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A74CDA is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 76 | 218 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.15 |
| HSL | 278.45º | 0.66% | 0.58% | - |
| HSV(B) | 278.45º | 0.65% | 0.85% | - |
| XYZ | 31.18 | 18.45 | 68.25 | - |
| YUV | 119.4 | 183.65 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 76 | 218 | 0.23 | 0.65 | 0 | 0.15 | 278.45 | 0.66 | 0.58 |
| Hex | A7 | 4C | DA | 17 | 41 | 0 | F | 116 | 42 | 3A |
| Octal | 247 | 114 | 332 | 27 | 101 | 0 | 17 | 426 | 102 | 72 |
| Binary | 10100111 | 1001100 | 11011010 | 10111 | 1000001 | 0 | 1111 | 100010110 | 1000010 | 111010 |
Color Harmonies of #A74CDA
Complementary color
Monochromatic Colors of #A74CDA
Black with #A74CDA
Text Example
Text Example
White with #A74CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74CDA; }
p { color: rgb(167,76,218); }
H1.HeaderClassName
{
color: #A74CDA;
}
.AnyTagClassName
{
color: #A74CDA;
}
</style>
background-color css
<style>
a { background-color: #A74CDA; }
a { background-color: rgb(167,76,218); }
div.DivClassName
{
background-color: #A74CDA;
}
.BgClassName
{
background-color: #A74CDA;
}
</style>
border-color css
<style>
span { border-color: #A74CDA; }
span { border-color: rgb(167,76,218); }
td.TdClassName
{
border-color: #A74CDA;
}
.TagClassName
{
border-color: #A74CDA;
}
</style>