Shades of Medium Orchid #A74FF4
Tints of Medium Orchid #A74FF4
RGB
CMYK
RGB Variations
Color information
#A74FF4 (or 0xA74FF4) is known color: Medium Orchid. HEX triplet: A7, 4F and F4. RGB value is (167,79,244). Sum of RGB (Red+Green+Blue) = 167+79+244=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 244 (95.70% from 255 or 49.80% from 490); Max value from RGB is 244 - color contains mainly: blue. Hex color #A74FF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74FF4 is #58B00B. Grayscale: #7B7B7B. Windows color (decimal): -5812236 or 16011175. OLE color: 16011175.
HSL color Cylindrical-coordinate representation of color #A74FF4: hue angle of 272º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A74FF4 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 79 | 244 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.04 |
| HSL | 272º | 0.88% | 0.63% | - |
| HSV(B) | 272º | 0.68% | 0.96% | - |
| XYZ | 35.06 | 20.34 | 87.67 | - |
| YUV | 124.12 | 195.65 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 244 | 0.32 | 0.68 | 0 | 0.04 | 272 | 0.88 | 0.63 |
| Hex | A7 | 4F | F4 | 20 | 44 | 0 | 4 | 110 | 58 | 3F |
| Octal | 247 | 117 | 364 | 40 | 104 | 0 | 4 | 420 | 130 | 77 |
| Binary | 10100111 | 1001111 | 11110100 | 100000 | 1000100 | 0 | 100 | 100010000 | 1011000 | 111111 |
Color Harmonies of #A74FF4
Complementary color
Monochromatic Colors of #A74FF4
Black with #A74FF4
Text Example
Text Example
White with #A74FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74FF4; }
p { color: rgb(167,79,244); }
H1.HeaderClassName
{
color: #A74FF4;
}
.AnyTagClassName
{
color: #A74FF4;
}
</style>
background-color css
<style>
a { background-color: #A74FF4; }
a { background-color: rgb(167,79,244); }
div.DivClassName
{
background-color: #A74FF4;
}
.BgClassName
{
background-color: #A74FF4;
}
</style>
border-color css
<style>
span { border-color: #A74FF4; }
span { border-color: rgb(167,79,244); }
td.TdClassName
{
border-color: #A74FF4;
}
.TagClassName
{
border-color: #A74FF4;
}
</style>