Shades of Medium Orchid #A74CCC
Tints of Medium Orchid #A74CCC
RGB
CMYK
RGB Variations
Color information
#A74CCC (or 0xA74CCC) is known color: Medium Orchid. HEX triplet: A7, 4C and CC. RGB value is (167,76,204). Sum of RGB (Red+Green+Blue) = 167+76+204=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #A74CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74CCC is #58B333. Grayscale: #757575. Windows color (decimal): -5813044 or 13388967. OLE color: 13388967.
HSL color Cylindrical-coordinate representation of color #A74CCC: hue angle of 282.66º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A74CCC is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 76 | 204 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.2 |
| HSL | 282.66º | 0.56% | 0.55% | - |
| HSV(B) | 282.66º | 0.63% | 0.8% | - |
| XYZ | 29.42 | 17.74 | 59 | - |
| YUV | 117.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 76 | 204 | 0.18 | 0.63 | 0 | 0.2 | 282.66 | 0.56 | 0.55 |
| Hex | A7 | 4C | CC | 12 | 3F | 0 | 14 | 11B | 38 | 37 |
| Octal | 247 | 114 | 314 | 22 | 77 | 0 | 24 | 433 | 70 | 67 |
| Binary | 10100111 | 1001100 | 11001100 | 10010 | 111111 | 0 | 10100 | 100011011 | 111000 | 110111 |
Color Harmonies of #A74CCC
Complementary color
Monochromatic Colors of #A74CCC
Black with #A74CCC
Text Example
Text Example
White with #A74CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74CCC; }
p { color: rgb(167,76,204); }
H1.HeaderClassName
{
color: #A74CCC;
}
.AnyTagClassName
{
color: #A74CCC;
}
</style>
background-color css
<style>
a { background-color: #A74CCC; }
a { background-color: rgb(167,76,204); }
div.DivClassName
{
background-color: #A74CCC;
}
.BgClassName
{
background-color: #A74CCC;
}
</style>
border-color css
<style>
span { border-color: #A74CCC; }
span { border-color: rgb(167,76,204); }
td.TdClassName
{
border-color: #A74CCC;
}
.TagClassName
{
border-color: #A74CCC;
}
</style>