Shades of Medium Orchid #A44CDF
Tints of Medium Orchid #A44CDF
RGB
CMYK
RGB Variations
Color information
#A44CDF (or 0xA44CDF) is known color: Medium Orchid. HEX triplet: A4, 4C and DF. RGB value is (164,76,223). Sum of RGB (Red+Green+Blue) = 164+76+223=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #A44CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44CDF is #5BB320. Grayscale: #767676. Windows color (decimal): -6009633 or 14634148. OLE color: 14634148.
HSL color Cylindrical-coordinate representation of color #A44CDF: hue angle of 275.92º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A44CDF is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 76 | 223 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.13 |
| HSL | 275.92º | 0.7% | 0.59% | - |
| HSV(B) | 275.92º | 0.66% | 0.87% | - |
| XYZ | 31.21 | 18.39 | 71.72 | - |
| YUV | 119.07 | 186.65 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 223 | 0.26 | 0.66 | 0 | 0.13 | 275.92 | 0.7 | 0.59 |
| Hex | A4 | 4C | DF | 1A | 42 | 0 | D | 114 | 46 | 3B |
| Octal | 244 | 114 | 337 | 32 | 102 | 0 | 15 | 424 | 106 | 73 |
| Binary | 10100100 | 1001100 | 11011111 | 11010 | 1000010 | 0 | 1101 | 100010100 | 1000110 | 111011 |
Color Harmonies of #A44CDF
Complementary color
Monochromatic Colors of #A44CDF
Black with #A44CDF
Text Example
Text Example
White with #A44CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44CDF; }
p { color: rgb(164,76,223); }
H1.HeaderClassName
{
color: #A44CDF;
}
.AnyTagClassName
{
color: #A44CDF;
}
</style>
background-color css
<style>
a { background-color: #A44CDF; }
a { background-color: rgb(164,76,223); }
div.DivClassName
{
background-color: #A44CDF;
}
.BgClassName
{
background-color: #A44CDF;
}
</style>
border-color css
<style>
span { border-color: #A44CDF; }
span { border-color: rgb(164,76,223); }
td.TdClassName
{
border-color: #A44CDF;
}
.TagClassName
{
border-color: #A44CDF;
}
</style>