Shades of Medium Orchid #A44AEA
Tints of Medium Orchid #A44AEA
RGB
CMYK
RGB Variations
Color information
#A44AEA (or 0xA44AEA) is known color: Medium Orchid. HEX triplet: A4, 4A and EA. RGB value is (164,74,234). Sum of RGB (Red+Green+Blue) = 164+74+234=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #A44AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44AEA is #5BB515. Grayscale: #767676. Windows color (decimal): -6010134 or 15354532. OLE color: 15354532.
HSL color Cylindrical-coordinate representation of color #A44AEA: hue angle of 273.75º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A44AEA is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 74 | 234 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.08 |
| HSL | 273.75º | 0.79% | 0.6% | - |
| HSV(B) | 273.75º | 0.68% | 0.92% | - |
| XYZ | 32.61 | 18.73 | 79.74 | - |
| YUV | 119.15 | 192.82 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 234 | 0.30 | 0.68 | 0 | 0.08 | 273.75 | 0.79 | 0.6 |
| Hex | A4 | 4A | EA | 1E | 44 | 0 | 8 | 112 | 4F | 3C |
| Octal | 244 | 112 | 352 | 36 | 104 | 0 | 10 | 422 | 117 | 74 |
| Binary | 10100100 | 1001010 | 11101010 | 11110 | 1000100 | 0 | 1000 | 100010010 | 1001111 | 111100 |
Color Harmonies of #A44AEA
Complementary color
Monochromatic Colors of #A44AEA
Black with #A44AEA
Text Example
Text Example
White with #A44AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44AEA; }
p { color: rgb(164,74,234); }
H1.HeaderClassName
{
color: #A44AEA;
}
.AnyTagClassName
{
color: #A44AEA;
}
</style>
background-color css
<style>
a { background-color: #A44AEA; }
a { background-color: rgb(164,74,234); }
div.DivClassName
{
background-color: #A44AEA;
}
.BgClassName
{
background-color: #A44AEA;
}
</style>
border-color css
<style>
span { border-color: #A44AEA; }
span { border-color: rgb(164,74,234); }
td.TdClassName
{
border-color: #A44AEA;
}
.TagClassName
{
border-color: #A44AEA;
}
</style>