Shades of Medium Orchid #A34CEA
Tints of Medium Orchid #A34CEA
RGB
CMYK
RGB Variations
Color information
#A34CEA (or 0xA34CEA) is known color: Medium Orchid. HEX triplet: A3, 4C and EA. RGB value is (163,76,234). Sum of RGB (Red+Green+Blue) = 163+76+234=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 76 (30.08% from 255 or 16.07% 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 #A34CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A34CEA is #5CB315. Grayscale: #777777. Windows color (decimal): -6075158 or 15355043. OLE color: 15355043.
HSL color Cylindrical-coordinate representation of color #A34CEA: hue angle of 273.04º 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 #A34CEA is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 76 | 234 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.08 |
| HSL | 273.04º | 0.79% | 0.61% | - |
| HSV(B) | 273.04º | 0.68% | 0.92% | - |
| XYZ | 32.54 | 18.9 | 79.77 | - |
| YUV | 120.03 | 192.32 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 234 | 0.30 | 0.68 | 0 | 0.08 | 273.04 | 0.79 | 0.61 |
| Hex | A3 | 4C | EA | 1E | 44 | 0 | 8 | 111 | 4F | 3D |
| Octal | 243 | 114 | 352 | 36 | 104 | 0 | 10 | 421 | 117 | 75 |
| Binary | 10100011 | 1001100 | 11101010 | 11110 | 1000100 | 0 | 1000 | 100010001 | 1001111 | 111101 |
Color Harmonies of #A34CEA
Complementary color
Monochromatic Colors of #A34CEA
Black with #A34CEA
Text Example
Text Example
White with #A34CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34CEA; }
p { color: rgb(163,76,234); }
H1.HeaderClassName
{
color: #A34CEA;
}
.AnyTagClassName
{
color: #A34CEA;
}
</style>
background-color css
<style>
a { background-color: #A34CEA; }
a { background-color: rgb(163,76,234); }
div.DivClassName
{
background-color: #A34CEA;
}
.BgClassName
{
background-color: #A34CEA;
}
</style>
border-color css
<style>
span { border-color: #A34CEA; }
span { border-color: rgb(163,76,234); }
td.TdClassName
{
border-color: #A34CEA;
}
.TagClassName
{
border-color: #A34CEA;
}
</style>