Shades of Medium Orchid #A44ADF
Tints of Medium Orchid #A44ADF
RGB
CMYK
RGB Variations
Color information
#A44ADF (or 0xA44ADF) is known color: Medium Orchid. HEX triplet: A4, 4A and DF. RGB value is (164,74,223). Sum of RGB (Red+Green+Blue) = 164+74+223=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #A44ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44ADF is #5BB520. Grayscale: #757575. Windows color (decimal): -6010145 or 14633636. OLE color: 14633636.
HSL color Cylindrical-coordinate representation of color #A44ADF: hue angle of 276.24º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A44ADF is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 74 | 223 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.13 |
| HSL | 276.24º | 0.7% | 0.58% | - |
| HSV(B) | 276.24º | 0.67% | 0.87% | - |
| XYZ | 31.08 | 18.12 | 71.67 | - |
| YUV | 117.9 | 187.32 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 223 | 0.26 | 0.67 | 0 | 0.13 | 276.24 | 0.7 | 0.58 |
| Hex | A4 | 4A | DF | 1A | 43 | 0 | D | 114 | 46 | 3A |
| Octal | 244 | 112 | 337 | 32 | 103 | 0 | 15 | 424 | 106 | 72 |
| Binary | 10100100 | 1001010 | 11011111 | 11010 | 1000011 | 0 | 1101 | 100010100 | 1000110 | 111010 |
Color Harmonies of #A44ADF
Complementary color
Monochromatic Colors of #A44ADF
Black with #A44ADF
Text Example
Text Example
White with #A44ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44ADF; }
p { color: rgb(164,74,223); }
H1.HeaderClassName
{
color: #A44ADF;
}
.AnyTagClassName
{
color: #A44ADF;
}
</style>
background-color css
<style>
a { background-color: #A44ADF; }
a { background-color: rgb(164,74,223); }
div.DivClassName
{
background-color: #A44ADF;
}
.BgClassName
{
background-color: #A44ADF;
}
</style>
border-color css
<style>
span { border-color: #A44ADF; }
span { border-color: rgb(164,74,223); }
td.TdClassName
{
border-color: #A44ADF;
}
.TagClassName
{
border-color: #A44ADF;
}
</style>