Shades of Medium Orchid #A74CE4
Tints of Medium Orchid #A74CE4
RGB
CMYK
RGB Variations
Color information
#A74CE4 (or 0xA74CE4) is known color: Medium Orchid. HEX triplet: A7, 4C and E4. RGB value is (167,76,228). Sum of RGB (Red+Green+Blue) = 167+76+228=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #A74CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74CE4 is #58B31B. Grayscale: #787878. Windows color (decimal): -5813020 or 14961831. OLE color: 14961831.
HSL color Cylindrical-coordinate representation of color #A74CE4: hue angle of 275.92º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A74CE4 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 76 | 228 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.11 |
| HSL | 275.92º | 0.74% | 0.6% | - |
| HSV(B) | 275.92º | 0.67% | 0.89% | - |
| XYZ | 32.52 | 18.99 | 75.35 | - |
| YUV | 120.54 | 188.65 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 76 | 228 | 0.27 | 0.67 | 0 | 0.11 | 275.92 | 0.74 | 0.6 |
| Hex | A7 | 4C | E4 | 1B | 43 | 0 | B | 114 | 4A | 3C |
| Octal | 247 | 114 | 344 | 33 | 103 | 0 | 13 | 424 | 112 | 74 |
| Binary | 10100111 | 1001100 | 11100100 | 11011 | 1000011 | 0 | 1011 | 100010100 | 1001010 | 111100 |
Color Harmonies of #A74CE4
Complementary color
Monochromatic Colors of #A74CE4
Black with #A74CE4
Text Example
Text Example
White with #A74CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74CE4; }
p { color: rgb(167,76,228); }
H1.HeaderClassName
{
color: #A74CE4;
}
.AnyTagClassName
{
color: #A74CE4;
}
</style>
background-color css
<style>
a { background-color: #A74CE4; }
a { background-color: rgb(167,76,228); }
div.DivClassName
{
background-color: #A74CE4;
}
.BgClassName
{
background-color: #A74CE4;
}
</style>
border-color css
<style>
span { border-color: #A74CE4; }
span { border-color: rgb(167,76,228); }
td.TdClassName
{
border-color: #A74CE4;
}
.TagClassName
{
border-color: #A74CE4;
}
</style>