Shades of Medium Orchid #A74DFB
Tints of Medium Orchid #A74DFB
RGB
CMYK
RGB Variations
Color information
#A74DFB (or 0xA74DFB) is known color: Medium Orchid. HEX triplet: A7, 4D and FB. RGB value is (167,77,251). Sum of RGB (Red+Green+Blue) = 167+77+251=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #A74DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74DFB is #58B204. Grayscale: #7B7B7B. Windows color (decimal): -5812741 or 16469415. OLE color: 16469415.
HSL color Cylindrical-coordinate representation of color #A74DFB: hue angle of 271.03º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A74DFB is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 77 | 251 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.02 |
| HSL | 271.03º | 0.96% | 0.64% | - |
| HSV(B) | 271.03º | 0.69% | 0.98% | - |
| XYZ | 36 | 20.49 | 93.32 | - |
| YUV | 123.75 | 199.82 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 251 | 0.33 | 0.69 | 0 | 0.02 | 271.03 | 0.96 | 0.64 |
| Hex | A7 | 4D | FB | 21 | 45 | 0 | 2 | 10F | 60 | 40 |
| Octal | 247 | 115 | 373 | 41 | 105 | 0 | 2 | 417 | 140 | 100 |
| Binary | 10100111 | 1001101 | 11111011 | 100001 | 1000101 | 0 | 10 | 100001111 | 1100000 | 1000000 |
Color Harmonies of #A74DFB
Complementary color
Monochromatic Colors of #A74DFB
Black with #A74DFB
Text Example
Text Example
White with #A74DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DFB; }
p { color: rgb(167,77,251); }
H1.HeaderClassName
{
color: #A74DFB;
}
.AnyTagClassName
{
color: #A74DFB;
}
</style>
background-color css
<style>
a { background-color: #A74DFB; }
a { background-color: rgb(167,77,251); }
div.DivClassName
{
background-color: #A74DFB;
}
.BgClassName
{
background-color: #A74DFB;
}
</style>
border-color css
<style>
span { border-color: #A74DFB; }
span { border-color: rgb(167,77,251); }
td.TdClassName
{
border-color: #A74DFB;
}
.TagClassName
{
border-color: #A74DFB;
}
</style>