Shades of Medium Orchid #A44AD6
Tints of Medium Orchid #A44AD6
RGB
CMYK
RGB Variations
Color information
#A44AD6 (or 0xA44AD6) is known color: Medium Orchid. HEX triplet: A4, 4A and D6. RGB value is (164,74,214). Sum of RGB (Red+Green+Blue) = 164+74+214=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #A44AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44AD6 is #5BB529. Grayscale: #747474. Windows color (decimal): -6010154 or 14043812. OLE color: 14043812.
HSL color Cylindrical-coordinate representation of color #A44AD6: hue angle of 278.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A44AD6 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 74 | 214 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.16 |
| HSL | 278.57º | 0.63% | 0.56% | - |
| HSV(B) | 278.57º | 0.65% | 0.84% | - |
| XYZ | 29.9 | 17.65 | 65.45 | - |
| YUV | 116.87 | 182.82 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 214 | 0.23 | 0.65 | 0 | 0.16 | 278.57 | 0.63 | 0.56 |
| Hex | A4 | 4A | D6 | 17 | 41 | 0 | 10 | 117 | 3F | 38 |
| Octal | 244 | 112 | 326 | 27 | 101 | 0 | 20 | 427 | 77 | 70 |
| Binary | 10100100 | 1001010 | 11010110 | 10111 | 1000001 | 0 | 10000 | 100010111 | 111111 | 111000 |
Color Harmonies of #A44AD6
Complementary color
Monochromatic Colors of #A44AD6
Black with #A44AD6
Text Example
Text Example
White with #A44AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44AD6; }
p { color: rgb(164,74,214); }
H1.HeaderClassName
{
color: #A44AD6;
}
.AnyTagClassName
{
color: #A44AD6;
}
</style>
background-color css
<style>
a { background-color: #A44AD6; }
a { background-color: rgb(164,74,214); }
div.DivClassName
{
background-color: #A44AD6;
}
.BgClassName
{
background-color: #A44AD6;
}
</style>
border-color css
<style>
span { border-color: #A44AD6; }
span { border-color: rgb(164,74,214); }
td.TdClassName
{
border-color: #A44AD6;
}
.TagClassName
{
border-color: #A44AD6;
}
</style>