Shades of Medium Orchid #A34EEA
Tints of Medium Orchid #A34EEA
RGB
CMYK
RGB Variations
Color information
#A34EEA (or 0xA34EEA) is known color: Medium Orchid. HEX triplet: A3, 4E and EA. RGB value is (163,78,234). Sum of RGB (Red+Green+Blue) = 163+78+234=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #A34EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34EEA is #5CB115. Grayscale: #787878. Windows color (decimal): -6074646 or 15355555. OLE color: 15355555.
HSL color Cylindrical-coordinate representation of color #A34EEA: hue angle of 272.69º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A34EEA is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 78 | 234 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.08 |
| HSL | 272.69º | 0.79% | 0.61% | - |
| HSV(B) | 272.69º | 0.67% | 0.92% | - |
| XYZ | 32.68 | 19.18 | 79.82 | - |
| YUV | 121.2 | 191.66 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 234 | 0.30 | 0.67 | 0 | 0.08 | 272.69 | 0.79 | 0.61 |
| Hex | A3 | 4E | EA | 1E | 43 | 0 | 8 | 111 | 4F | 3D |
| Octal | 243 | 116 | 352 | 36 | 103 | 0 | 10 | 421 | 117 | 75 |
| Binary | 10100011 | 1001110 | 11101010 | 11110 | 1000011 | 0 | 1000 | 100010001 | 1001111 | 111101 |
Color Harmonies of #A34EEA
Complementary color
Monochromatic Colors of #A34EEA
Black with #A34EEA
Text Example
Text Example
White with #A34EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34EEA; }
p { color: rgb(163,78,234); }
H1.HeaderClassName
{
color: #A34EEA;
}
.AnyTagClassName
{
color: #A34EEA;
}
</style>
background-color css
<style>
a { background-color: #A34EEA; }
a { background-color: rgb(163,78,234); }
div.DivClassName
{
background-color: #A34EEA;
}
.BgClassName
{
background-color: #A34EEA;
}
</style>
border-color css
<style>
span { border-color: #A34EEA; }
span { border-color: rgb(163,78,234); }
td.TdClassName
{
border-color: #A34EEA;
}
.TagClassName
{
border-color: #A34EEA;
}
</style>