Shades of Medium Orchid #A44AD5
Tints of Medium Orchid #A44AD5
RGB
CMYK
RGB Variations
Color information
#A44AD5 (or 0xA44AD5) is known color: Medium Orchid. HEX triplet: A4, 4A and D5. RGB value is (164,74,213). Sum of RGB (Red+Green+Blue) = 164+74+213=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #A44AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44AD5 is #5BB52A. Grayscale: #747474. Windows color (decimal): -6010155 or 13978276. OLE color: 13978276.
HSL color Cylindrical-coordinate representation of color #A44AD5: hue angle of 278.85º degrees, saturation: 0.62, 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 #A44AD5 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 74 | 213 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.16 |
| HSL | 278.85º | 0.62% | 0.56% | - |
| HSV(B) | 278.85º | 0.65% | 0.84% | - |
| XYZ | 29.77 | 17.59 | 64.78 | - |
| YUV | 116.76 | 182.32 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 213 | 0.23 | 0.65 | 0 | 0.16 | 278.85 | 0.62 | 0.56 |
| Hex | A4 | 4A | D5 | 17 | 41 | 0 | 10 | 117 | 3E | 38 |
| Octal | 244 | 112 | 325 | 27 | 101 | 0 | 20 | 427 | 76 | 70 |
| Binary | 10100100 | 1001010 | 11010101 | 10111 | 1000001 | 0 | 10000 | 100010111 | 111110 | 111000 |
Color Harmonies of #A44AD5
Complementary color
Monochromatic Colors of #A44AD5
Black with #A44AD5
Text Example
Text Example
White with #A44AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44AD5; }
p { color: rgb(164,74,213); }
H1.HeaderClassName
{
color: #A44AD5;
}
.AnyTagClassName
{
color: #A44AD5;
}
</style>
background-color css
<style>
a { background-color: #A44AD5; }
a { background-color: rgb(164,74,213); }
div.DivClassName
{
background-color: #A44AD5;
}
.BgClassName
{
background-color: #A44AD5;
}
</style>
border-color css
<style>
span { border-color: #A44AD5; }
span { border-color: rgb(164,74,213); }
td.TdClassName
{
border-color: #A44AD5;
}
.TagClassName
{
border-color: #A44AD5;
}
</style>