Shades of Medium Orchid #A44BEA
Tints of Medium Orchid #A44BEA
RGB
CMYK
RGB Variations
Color information
#A44BEA (or 0xA44BEA) is known color: Medium Orchid. HEX triplet: A4, 4B and EA. RGB value is (164,75,234). Sum of RGB (Red+Green+Blue) = 164+75+234=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #A44BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44BEA is #5BB415. Grayscale: #777777. Windows color (decimal): -6009878 or 15354788. OLE color: 15354788.
HSL color Cylindrical-coordinate representation of color #A44BEA: hue angle of 273.58º 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 #A44BEA is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 75 | 234 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.08 |
| HSL | 273.58º | 0.79% | 0.61% | - |
| HSV(B) | 273.58º | 0.68% | 0.92% | - |
| XYZ | 32.68 | 18.87 | 79.76 | - |
| YUV | 119.74 | 192.49 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 234 | 0.30 | 0.68 | 0 | 0.08 | 273.58 | 0.79 | 0.61 |
| Hex | A4 | 4B | EA | 1E | 44 | 0 | 8 | 112 | 4F | 3D |
| Octal | 244 | 113 | 352 | 36 | 104 | 0 | 10 | 422 | 117 | 75 |
| Binary | 10100100 | 1001011 | 11101010 | 11110 | 1000100 | 0 | 1000 | 100010010 | 1001111 | 111101 |
Color Harmonies of #A44BEA
Complementary color
Monochromatic Colors of #A44BEA
Black with #A44BEA
Text Example
Text Example
White with #A44BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44BEA; }
p { color: rgb(164,75,234); }
H1.HeaderClassName
{
color: #A44BEA;
}
.AnyTagClassName
{
color: #A44BEA;
}
</style>
background-color css
<style>
a { background-color: #A44BEA; }
a { background-color: rgb(164,75,234); }
div.DivClassName
{
background-color: #A44BEA;
}
.BgClassName
{
background-color: #A44BEA;
}
</style>
border-color css
<style>
span { border-color: #A44BEA; }
span { border-color: rgb(164,75,234); }
td.TdClassName
{
border-color: #A44BEA;
}
.TagClassName
{
border-color: #A44BEA;
}
</style>