Shades of Medium Orchid #A44DDD
Tints of Medium Orchid #A44DDD
RGB
CMYK
RGB Variations
Color information
#A44DDD (or 0xA44DDD) is known color: Medium Orchid. HEX triplet: A4, 4D and DD. RGB value is (164,77,221). Sum of RGB (Red+Green+Blue) = 164+77+221=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #A44DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DDD is #5BB222. Grayscale: #767676. Windows color (decimal): -6009379 or 14503332. OLE color: 14503332.
HSL color Cylindrical-coordinate representation of color #A44DDD: hue angle of 276.25º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A44DDD is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 77 | 221 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.13 |
| HSL | 276.25º | 0.68% | 0.58% | - |
| HSV(B) | 276.25º | 0.65% | 0.87% | - |
| XYZ | 31.01 | 18.42 | 70.33 | - |
| YUV | 119.43 | 185.32 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 221 | 0.26 | 0.65 | 0 | 0.13 | 276.25 | 0.68 | 0.58 |
| Hex | A4 | 4D | DD | 1A | 41 | 0 | D | 114 | 44 | 3A |
| Octal | 244 | 115 | 335 | 32 | 101 | 0 | 15 | 424 | 104 | 72 |
| Binary | 10100100 | 1001101 | 11011101 | 11010 | 1000001 | 0 | 1101 | 100010100 | 1000100 | 111010 |
Color Harmonies of #A44DDD
Complementary color
Monochromatic Colors of #A44DDD
Black with #A44DDD
Text Example
Text Example
White with #A44DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44DDD; }
p { color: rgb(164,77,221); }
H1.HeaderClassName
{
color: #A44DDD;
}
.AnyTagClassName
{
color: #A44DDD;
}
</style>
background-color css
<style>
a { background-color: #A44DDD; }
a { background-color: rgb(164,77,221); }
div.DivClassName
{
background-color: #A44DDD;
}
.BgClassName
{
background-color: #A44DDD;
}
</style>
border-color css
<style>
span { border-color: #A44DDD; }
span { border-color: rgb(164,77,221); }
td.TdClassName
{
border-color: #A44DDD;
}
.TagClassName
{
border-color: #A44DDD;
}
</style>