Shades of Medium Orchid #A44CEA
Tints of Medium Orchid #A44CEA
RGB
CMYK
RGB Variations
Color information
#A44CEA (or 0xA44CEA) is known color: Medium Orchid. HEX triplet: A4, 4C and EA. RGB value is (164,76,234). Sum of RGB (Red+Green+Blue) = 164+76+234=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #A44CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44CEA is #5BB315. Grayscale: #777777. Windows color (decimal): -6009622 or 15355044. OLE color: 15355044.
HSL color Cylindrical-coordinate representation of color #A44CEA: hue angle of 273.42º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A44CEA is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 76 | 234 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.08 |
| HSL | 273.42º | 0.79% | 0.61% | - |
| HSV(B) | 273.42º | 0.68% | 0.92% | - |
| XYZ | 32.75 | 19 | 79.78 | - |
| YUV | 120.32 | 192.15 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 234 | 0.30 | 0.68 | 0 | 0.08 | 273.42 | 0.79 | 0.61 |
| Hex | A4 | 4C | EA | 1E | 44 | 0 | 8 | 111 | 4F | 3D |
| Octal | 244 | 114 | 352 | 36 | 104 | 0 | 10 | 421 | 117 | 75 |
| Binary | 10100100 | 1001100 | 11101010 | 11110 | 1000100 | 0 | 1000 | 100010001 | 1001111 | 111101 |
Color Harmonies of #A44CEA
Complementary color
Monochromatic Colors of #A44CEA
Black with #A44CEA
Text Example
Text Example
White with #A44CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44CEA; }
p { color: rgb(164,76,234); }
H1.HeaderClassName
{
color: #A44CEA;
}
.AnyTagClassName
{
color: #A44CEA;
}
</style>
background-color css
<style>
a { background-color: #A44CEA; }
a { background-color: rgb(164,76,234); }
div.DivClassName
{
background-color: #A44CEA;
}
.BgClassName
{
background-color: #A44CEA;
}
</style>
border-color css
<style>
span { border-color: #A44CEA; }
span { border-color: rgb(164,76,234); }
td.TdClassName
{
border-color: #A44CEA;
}
.TagClassName
{
border-color: #A44CEA;
}
</style>