Shades of Medium Orchid #A34EE7
Tints of Medium Orchid #A34EE7
RGB
CMYK
RGB Variations
Color information
#A34EE7 (or 0xA34EE7) is known color: Medium Orchid. HEX triplet: A3, 4E and E7. RGB value is (163,78,231). Sum of RGB (Red+Green+Blue) = 163+78+231=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #A34EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34EE7 is #5CB118. Grayscale: #787878. Windows color (decimal): -6074649 or 15158947. OLE color: 15158947.
HSL color Cylindrical-coordinate representation of color #A34EE7: hue angle of 273.33º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A34EE7 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 78 | 231 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.09 |
| HSL | 273.33º | 0.76% | 0.61% | - |
| HSV(B) | 273.33º | 0.66% | 0.91% | - |
| XYZ | 32.25 | 19 | 77.57 | - |
| YUV | 120.86 | 190.16 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 231 | 0.29 | 0.66 | 0 | 0.09 | 273.33 | 0.76 | 0.61 |
| Hex | A3 | 4E | E7 | 1D | 42 | 0 | 9 | 111 | 4C | 3D |
| Octal | 243 | 116 | 347 | 35 | 102 | 0 | 11 | 421 | 114 | 75 |
| Binary | 10100011 | 1001110 | 11100111 | 11101 | 1000010 | 0 | 1001 | 100010001 | 1001100 | 111101 |
Color Harmonies of #A34EE7
Complementary color
Monochromatic Colors of #A34EE7
Black with #A34EE7
Text Example
Text Example
White with #A34EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34EE7; }
p { color: rgb(163,78,231); }
H1.HeaderClassName
{
color: #A34EE7;
}
.AnyTagClassName
{
color: #A34EE7;
}
</style>
background-color css
<style>
a { background-color: #A34EE7; }
a { background-color: rgb(163,78,231); }
div.DivClassName
{
background-color: #A34EE7;
}
.BgClassName
{
background-color: #A34EE7;
}
</style>
border-color css
<style>
span { border-color: #A34EE7; }
span { border-color: rgb(163,78,231); }
td.TdClassName
{
border-color: #A34EE7;
}
.TagClassName
{
border-color: #A34EE7;
}
</style>