Shades of Medium Orchid #A74EFB
Tints of Medium Orchid #A74EFB
RGB
CMYK
RGB Variations
Color information
#A74EFB (or 0xA74EFB) is known color: Medium Orchid. HEX triplet: A7, 4E and FB. RGB value is (167,78,251). Sum of RGB (Red+Green+Blue) = 167+78+251=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #A74EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74EFB is #58B104. Grayscale: #7B7B7B. Windows color (decimal): -5812485 or 16469671. OLE color: 16469671.
HSL color Cylindrical-coordinate representation of color #A74EFB: hue angle of 270.87º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A74EFB is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 78 | 251 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.02 |
| HSL | 270.87º | 0.96% | 0.65% | - |
| HSV(B) | 270.87º | 0.69% | 0.98% | - |
| XYZ | 36.07 | 20.63 | 93.35 | - |
| YUV | 124.33 | 199.49 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 78 | 251 | 0.33 | 0.69 | 0 | 0.02 | 270.87 | 0.96 | 0.65 |
| Hex | A7 | 4E | FB | 21 | 45 | 0 | 2 | 10F | 60 | 41 |
| Octal | 247 | 116 | 373 | 41 | 105 | 0 | 2 | 417 | 140 | 101 |
| Binary | 10100111 | 1001110 | 11111011 | 100001 | 1000101 | 0 | 10 | 100001111 | 1100000 | 1000001 |
Color Harmonies of #A74EFB
Complementary color
Monochromatic Colors of #A74EFB
Black with #A74EFB
Text Example
Text Example
White with #A74EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74EFB; }
p { color: rgb(167,78,251); }
H1.HeaderClassName
{
color: #A74EFB;
}
.AnyTagClassName
{
color: #A74EFB;
}
</style>
background-color css
<style>
a { background-color: #A74EFB; }
a { background-color: rgb(167,78,251); }
div.DivClassName
{
background-color: #A74EFB;
}
.BgClassName
{
background-color: #A74EFB;
}
</style>
border-color css
<style>
span { border-color: #A74EFB; }
span { border-color: rgb(167,78,251); }
td.TdClassName
{
border-color: #A74EFB;
}
.TagClassName
{
border-color: #A74EFB;
}
</style>