Shades of Medium Orchid #A74EFD
Tints of Medium Orchid #A74EFD
RGB
CMYK
RGB Variations
Color information
#A74EFD (or 0xA74EFD) is known color: Medium Orchid. HEX triplet: A7, 4E and FD. RGB value is (167,78,253). Sum of RGB (Red+Green+Blue) = 167+78+253=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #A74EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74EFD is #58B102. Grayscale: #7B7B7B. Windows color (decimal): -5812483 or 16600743. OLE color: 16600743.
HSL color Cylindrical-coordinate representation of color #A74EFD: hue angle of 270.51º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A74EFD is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 78 | 253 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.01 |
| HSL | 270.51º | 0.98% | 0.65% | - |
| HSV(B) | 270.51º | 0.69% | 0.99% | - |
| XYZ | 36.39 | 20.76 | 95.02 | - |
| YUV | 124.56 | 200.49 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 78 | 253 | 0.34 | 0.69 | 0 | 0.01 | 270.51 | 0.98 | 0.65 |
| Hex | A7 | 4E | FD | 22 | 45 | 0 | 1 | 10F | 62 | 41 |
| Octal | 247 | 116 | 375 | 42 | 105 | 0 | 1 | 417 | 142 | 101 |
| Binary | 10100111 | 1001110 | 11111101 | 100010 | 1000101 | 0 | 1 | 100001111 | 1100010 | 1000001 |
Color Harmonies of #A74EFD
Complementary color
Monochromatic Colors of #A74EFD
Black with #A74EFD
Text Example
Text Example
White with #A74EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74EFD; }
p { color: rgb(167,78,253); }
H1.HeaderClassName
{
color: #A74EFD;
}
.AnyTagClassName
{
color: #A74EFD;
}
</style>
background-color css
<style>
a { background-color: #A74EFD; }
a { background-color: rgb(167,78,253); }
div.DivClassName
{
background-color: #A74EFD;
}
.BgClassName
{
background-color: #A74EFD;
}
</style>
border-color css
<style>
span { border-color: #A74EFD; }
span { border-color: rgb(167,78,253); }
td.TdClassName
{
border-color: #A74EFD;
}
.TagClassName
{
border-color: #A74EFD;
}
</style>