Shades of Medium Orchid #A74FFA
Tints of Medium Orchid #A74FFA
RGB
CMYK
RGB Variations
Color information
#A74FFA (or 0xA74FFA) is known color: Medium Orchid. HEX triplet: A7, 4F and FA. RGB value is (167,79,250). Sum of RGB (Red+Green+Blue) = 167+79+250=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 79 (31.25% from 255 or 15.93% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #A74FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74FFA is #58B005. Grayscale: #7C7C7C. Windows color (decimal): -5812230 or 16404391. OLE color: 16404391.
HSL color Cylindrical-coordinate representation of color #A74FFA: hue angle of 270.88º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A74FFA is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 79 | 250 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.02 |
| HSL | 270.88º | 0.94% | 0.65% | - |
| HSV(B) | 270.88º | 0.68% | 0.98% | - |
| XYZ | 35.99 | 20.71 | 92.54 | - |
| YUV | 124.81 | 198.65 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 250 | 0.33 | 0.68 | 0 | 0.02 | 270.88 | 0.94 | 0.65 |
| Hex | A7 | 4F | FA | 21 | 44 | 0 | 2 | 10F | 5E | 41 |
| Octal | 247 | 117 | 372 | 41 | 104 | 0 | 2 | 417 | 136 | 101 |
| Binary | 10100111 | 1001111 | 11111010 | 100001 | 1000100 | 0 | 10 | 100001111 | 1011110 | 1000001 |
Color Harmonies of #A74FFA
Complementary color
Monochromatic Colors of #A74FFA
Black with #A74FFA
Text Example
Text Example
White with #A74FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74FFA; }
p { color: rgb(167,79,250); }
H1.HeaderClassName
{
color: #A74FFA;
}
.AnyTagClassName
{
color: #A74FFA;
}
</style>
background-color css
<style>
a { background-color: #A74FFA; }
a { background-color: rgb(167,79,250); }
div.DivClassName
{
background-color: #A74FFA;
}
.BgClassName
{
background-color: #A74FFA;
}
</style>
border-color css
<style>
span { border-color: #A74FFA; }
span { border-color: rgb(167,79,250); }
td.TdClassName
{
border-color: #A74FFA;
}
.TagClassName
{
border-color: #A74FFA;
}
</style>