Shades of Medium Orchid #A44FEA
Tints of Medium Orchid #A44FEA
RGB
CMYK
RGB Variations
Color information
#A44FEA (or 0xA44FEA) is known color: Medium Orchid. HEX triplet: A4, 4F and EA. RGB value is (164,79,234). Sum of RGB (Red+Green+Blue) = 164+79+234=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #A44FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44FEA is #5BB015. Grayscale: #797979. Windows color (decimal): -6008854 or 15355812. OLE color: 15355812.
HSL color Cylindrical-coordinate representation of color #A44FEA: hue angle of 272.9º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A44FEA is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 79 | 234 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.08 |
| HSL | 272.9º | 0.79% | 0.61% | - |
| HSV(B) | 272.9º | 0.66% | 0.92% | - |
| XYZ | 32.96 | 19.42 | 79.85 | - |
| YUV | 122.09 | 191.16 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 79 | 234 | 0.30 | 0.66 | 0 | 0.08 | 272.9 | 0.79 | 0.61 |
| Hex | A4 | 4F | EA | 1E | 42 | 0 | 8 | 111 | 4F | 3D |
| Octal | 244 | 117 | 352 | 36 | 102 | 0 | 10 | 421 | 117 | 75 |
| Binary | 10100100 | 1001111 | 11101010 | 11110 | 1000010 | 0 | 1000 | 100010001 | 1001111 | 111101 |
Color Harmonies of #A44FEA
Complementary color
Monochromatic Colors of #A44FEA
Black with #A44FEA
Text Example
Text Example
White with #A44FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44FEA; }
p { color: rgb(164,79,234); }
H1.HeaderClassName
{
color: #A44FEA;
}
.AnyTagClassName
{
color: #A44FEA;
}
</style>
background-color css
<style>
a { background-color: #A44FEA; }
a { background-color: rgb(164,79,234); }
div.DivClassName
{
background-color: #A44FEA;
}
.BgClassName
{
background-color: #A44FEA;
}
</style>
border-color css
<style>
span { border-color: #A44FEA; }
span { border-color: rgb(164,79,234); }
td.TdClassName
{
border-color: #A44FEA;
}
.TagClassName
{
border-color: #A44FEA;
}
</style>