Shades of Medium Orchid #A74CF4
Tints of Medium Orchid #A74CF4
RGB
CMYK
RGB Variations
Color information
#A74CF4 (or 0xA74CF4) is known color: Medium Orchid. HEX triplet: A7, 4C and F4. RGB value is (167,76,244). Sum of RGB (Red+Green+Blue) = 167+76+244=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #A74CF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74CF4 is #58B30B. Grayscale: #797979. Windows color (decimal): -5813004 or 16010407. OLE color: 16010407.
HSL color Cylindrical-coordinate representation of color #A74CF4: hue angle of 272.5º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A74CF4 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 76 | 244 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.04 |
| HSL | 272.5º | 0.88% | 0.63% | - |
| HSV(B) | 272.5º | 0.69% | 0.96% | - |
| XYZ | 34.85 | 19.92 | 87.6 | - |
| YUV | 122.36 | 196.65 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 76 | 244 | 0.32 | 0.69 | 0 | 0.04 | 272.5 | 0.88 | 0.63 |
| Hex | A7 | 4C | F4 | 20 | 45 | 0 | 4 | 110 | 58 | 3F |
| Octal | 247 | 114 | 364 | 40 | 105 | 0 | 4 | 420 | 130 | 77 |
| Binary | 10100111 | 1001100 | 11110100 | 100000 | 1000101 | 0 | 100 | 100010000 | 1011000 | 111111 |
Color Harmonies of #A74CF4
Complementary color
Monochromatic Colors of #A74CF4
Black with #A74CF4
Text Example
Text Example
White with #A74CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74CF4; }
p { color: rgb(167,76,244); }
H1.HeaderClassName
{
color: #A74CF4;
}
.AnyTagClassName
{
color: #A74CF4;
}
</style>
background-color css
<style>
a { background-color: #A74CF4; }
a { background-color: rgb(167,76,244); }
div.DivClassName
{
background-color: #A74CF4;
}
.BgClassName
{
background-color: #A74CF4;
}
</style>
border-color css
<style>
span { border-color: #A74CF4; }
span { border-color: rgb(167,76,244); }
td.TdClassName
{
border-color: #A74CF4;
}
.TagClassName
{
border-color: #A74CF4;
}
</style>