Shades of Medium Orchid #A44FDF
Tints of Medium Orchid #A44FDF
RGB
CMYK
RGB Variations
Color information
#A44FDF (or 0xA44FDF) is known color: Medium Orchid. HEX triplet: A4, 4F and DF. RGB value is (164,79,223). Sum of RGB (Red+Green+Blue) = 164+79+223=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #A44FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44FDF is #5BB020. Grayscale: #787878. Windows color (decimal): -6008865 or 14634916. OLE color: 14634916.
HSL color Cylindrical-coordinate representation of color #A44FDF: hue angle of 275.42º 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 #A44FDF is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 79 | 223 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.13 |
| HSL | 275.42º | 0.69% | 0.59% | - |
| HSV(B) | 275.42º | 0.65% | 0.87% | - |
| XYZ | 31.43 | 18.81 | 71.79 | - |
| YUV | 120.83 | 185.66 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 79 | 223 | 0.26 | 0.65 | 0 | 0.13 | 275.42 | 0.69 | 0.59 |
| Hex | A4 | 4F | DF | 1A | 41 | 0 | D | 113 | 45 | 3B |
| Octal | 244 | 117 | 337 | 32 | 101 | 0 | 15 | 423 | 105 | 73 |
| Binary | 10100100 | 1001111 | 11011111 | 11010 | 1000001 | 0 | 1101 | 100010011 | 1000101 | 111011 |
Color Harmonies of #A44FDF
Complementary color
Monochromatic Colors of #A44FDF
Black with #A44FDF
Text Example
Text Example
White with #A44FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44FDF; }
p { color: rgb(164,79,223); }
H1.HeaderClassName
{
color: #A44FDF;
}
.AnyTagClassName
{
color: #A44FDF;
}
</style>
background-color css
<style>
a { background-color: #A44FDF; }
a { background-color: rgb(164,79,223); }
div.DivClassName
{
background-color: #A44FDF;
}
.BgClassName
{
background-color: #A44FDF;
}
</style>
border-color css
<style>
span { border-color: #A44FDF; }
span { border-color: rgb(164,79,223); }
td.TdClassName
{
border-color: #A44FDF;
}
.TagClassName
{
border-color: #A44FDF;
}
</style>