Shades of Medium Orchid #A44AE5
Tints of Medium Orchid #A44AE5
RGB
CMYK
RGB Variations
Color information
#A44AE5 (or 0xA44AE5) is known color: Medium Orchid. HEX triplet: A4, 4A and E5. RGB value is (164,74,229). Sum of RGB (Red+Green+Blue) = 164+74+229=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #A44AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44AE5 is #5BB51A. Grayscale: #767676. Windows color (decimal): -6010139 or 15026852. OLE color: 15026852.
HSL color Cylindrical-coordinate representation of color #A44AE5: hue angle of 274.84º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A44AE5 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 74 | 229 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.10 |
| HSL | 274.84º | 0.75% | 0.59% | - |
| HSV(B) | 274.84º | 0.68% | 0.9% | - |
| XYZ | 31.9 | 18.45 | 76.01 | - |
| YUV | 118.58 | 190.32 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 229 | 0.28 | 0.68 | 0 | 0.10 | 274.84 | 0.75 | 0.59 |
| Hex | A4 | 4A | E5 | 1C | 44 | 0 | A | 113 | 4B | 3B |
| Octal | 244 | 112 | 345 | 34 | 104 | 0 | 12 | 423 | 113 | 73 |
| Binary | 10100100 | 1001010 | 11100101 | 11100 | 1000100 | 0 | 1010 | 100010011 | 1001011 | 111011 |
Color Harmonies of #A44AE5
Complementary color
Monochromatic Colors of #A44AE5
Black with #A44AE5
Text Example
Text Example
White with #A44AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44AE5; }
p { color: rgb(164,74,229); }
H1.HeaderClassName
{
color: #A44AE5;
}
.AnyTagClassName
{
color: #A44AE5;
}
</style>
background-color css
<style>
a { background-color: #A44AE5; }
a { background-color: rgb(164,74,229); }
div.DivClassName
{
background-color: #A44AE5;
}
.BgClassName
{
background-color: #A44AE5;
}
</style>
border-color css
<style>
span { border-color: #A44AE5; }
span { border-color: rgb(164,74,229); }
td.TdClassName
{
border-color: #A44AE5;
}
.TagClassName
{
border-color: #A44AE5;
}
</style>