Shades of Medium Orchid #A74FDF
Tints of Medium Orchid #A74FDF
RGB
CMYK
RGB Variations
Color information
#A74FDF (or 0xA74FDF) is known color: Medium Orchid. HEX triplet: A7, 4F and DF. RGB value is (167,79,223). Sum of RGB (Red+Green+Blue) = 167+79+223=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #A74FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74FDF is #58B020. Grayscale: #797979. Windows color (decimal): -5812257 or 14634919. OLE color: 14634919.
HSL color Cylindrical-coordinate representation of color #A74FDF: hue angle of 276.67º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A74FDF is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 79 | 223 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.13 |
| HSL | 276.67º | 0.69% | 0.59% | - |
| HSV(B) | 276.67º | 0.65% | 0.87% | - |
| XYZ | 32.05 | 19.14 | 71.82 | - |
| YUV | 121.73 | 185.15 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 223 | 0.25 | 0.65 | 0 | 0.13 | 276.67 | 0.69 | 0.59 |
| Hex | A7 | 4F | DF | 19 | 41 | 0 | D | 115 | 45 | 3B |
| Octal | 247 | 117 | 337 | 31 | 101 | 0 | 15 | 425 | 105 | 73 |
| Binary | 10100111 | 1001111 | 11011111 | 11001 | 1000001 | 0 | 1101 | 100010101 | 1000101 | 111011 |
Color Harmonies of #A74FDF
Complementary color
Monochromatic Colors of #A74FDF
Black with #A74FDF
Text Example
Text Example
White with #A74FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74FDF; }
p { color: rgb(167,79,223); }
H1.HeaderClassName
{
color: #A74FDF;
}
.AnyTagClassName
{
color: #A74FDF;
}
</style>
background-color css
<style>
a { background-color: #A74FDF; }
a { background-color: rgb(167,79,223); }
div.DivClassName
{
background-color: #A74FDF;
}
.BgClassName
{
background-color: #A74FDF;
}
</style>
border-color css
<style>
span { border-color: #A74FDF; }
span { border-color: rgb(167,79,223); }
td.TdClassName
{
border-color: #A74FDF;
}
.TagClassName
{
border-color: #A74FDF;
}
</style>