Shades of Medium Orchid #A34EF1
Tints of Medium Orchid #A34EF1
RGB
CMYK
RGB Variations
Color information
#A34EF1 (or 0xA34EF1) is known color: Medium Orchid. HEX triplet: A3, 4E and F1. RGB value is (163,78,241). Sum of RGB (Red+Green+Blue) = 163+78+241=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #A34EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34EF1 is #5CB10E. Grayscale: #797979. Windows color (decimal): -6074639 or 15814307. OLE color: 15814307.
HSL color Cylindrical-coordinate representation of color #A34EF1: hue angle of 271.29º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A34EF1 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 78 | 241 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.05 |
| HSL | 271.29º | 0.85% | 0.63% | - |
| HSV(B) | 271.29º | 0.68% | 0.95% | - |
| XYZ | 33.71 | 19.59 | 85.22 | - |
| YUV | 122 | 195.16 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 241 | 0.32 | 0.68 | 0 | 0.05 | 271.29 | 0.85 | 0.63 |
| Hex | A3 | 4E | F1 | 20 | 44 | 0 | 5 | 10F | 55 | 3F |
| Octal | 243 | 116 | 361 | 40 | 104 | 0 | 5 | 417 | 125 | 77 |
| Binary | 10100011 | 1001110 | 11110001 | 100000 | 1000100 | 0 | 101 | 100001111 | 1010101 | 111111 |
Color Harmonies of #A34EF1
Complementary color
Monochromatic Colors of #A34EF1
Black with #A34EF1
Text Example
Text Example
White with #A34EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34EF1; }
p { color: rgb(163,78,241); }
H1.HeaderClassName
{
color: #A34EF1;
}
.AnyTagClassName
{
color: #A34EF1;
}
</style>
background-color css
<style>
a { background-color: #A34EF1; }
a { background-color: rgb(163,78,241); }
div.DivClassName
{
background-color: #A34EF1;
}
.BgClassName
{
background-color: #A34EF1;
}
</style>
border-color css
<style>
span { border-color: #A34EF1; }
span { border-color: rgb(163,78,241); }
td.TdClassName
{
border-color: #A34EF1;
}
.TagClassName
{
border-color: #A34EF1;
}
</style>