Shades of Medium Orchid #A74FCC
Tints of Medium Orchid #A74FCC
RGB
CMYK
RGB Variations
Color information
#A74FCC (or 0xA74FCC) is known color: Medium Orchid. HEX triplet: A7, 4F and CC. RGB value is (167,79,204). Sum of RGB (Red+Green+Blue) = 167+79+204=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #A74FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74FCC is #58B033. Grayscale: #777777. Windows color (decimal): -5812276 or 13389735. OLE color: 13389735.
HSL color Cylindrical-coordinate representation of color #A74FCC: hue angle of 282.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A74FCC is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 79 | 204 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.2 |
| HSL | 282.24º | 0.55% | 0.55% | - |
| HSV(B) | 282.24º | 0.61% | 0.8% | - |
| XYZ | 29.63 | 18.17 | 59.07 | - |
| YUV | 119.56 | 175.65 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 204 | 0.18 | 0.61 | 0 | 0.2 | 282.24 | 0.55 | 0.55 |
| Hex | A7 | 4F | CC | 12 | 3D | 0 | 14 | 11A | 37 | 37 |
| Octal | 247 | 117 | 314 | 22 | 75 | 0 | 24 | 432 | 67 | 67 |
| Binary | 10100111 | 1001111 | 11001100 | 10010 | 111101 | 0 | 10100 | 100011010 | 110111 | 110111 |
Color Harmonies of #A74FCC
Complementary color
Monochromatic Colors of #A74FCC
Black with #A74FCC
Text Example
Text Example
White with #A74FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74FCC; }
p { color: rgb(167,79,204); }
H1.HeaderClassName
{
color: #A74FCC;
}
.AnyTagClassName
{
color: #A74FCC;
}
</style>
background-color css
<style>
a { background-color: #A74FCC; }
a { background-color: rgb(167,79,204); }
div.DivClassName
{
background-color: #A74FCC;
}
.BgClassName
{
background-color: #A74FCC;
}
</style>
border-color css
<style>
span { border-color: #A74FCC; }
span { border-color: rgb(167,79,204); }
td.TdClassName
{
border-color: #A74FCC;
}
.TagClassName
{
border-color: #A74FCC;
}
</style>