Shades of Medium Orchid #A34DF0
Tints of Medium Orchid #A34DF0
RGB
CMYK
RGB Variations
Color information
#A34DF0 (or 0xA34DF0) is known color: Medium Orchid. HEX triplet: A3, 4D and F0. RGB value is (163,77,240). Sum of RGB (Red+Green+Blue) = 163+77+240=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 240 (94.14% from 255 or 50% from 480); Max value from RGB is 240 - color contains mainly: blue. Hex color #A34DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34DF0 is #5CB20F. Grayscale: #787878. Windows color (decimal): -6074896 or 15748515. OLE color: 15748515.
HSL color Cylindrical-coordinate representation of color #A34DF0: hue angle of 271.66º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A34DF0 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 77 | 240 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.06 |
| HSL | 271.66º | 0.84% | 0.62% | - |
| HSV(B) | 271.66º | 0.68% | 0.94% | - |
| XYZ | 33.49 | 19.39 | 84.41 | - |
| YUV | 121.3 | 194.99 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 240 | 0.32 | 0.68 | 0 | 0.06 | 271.66 | 0.84 | 0.62 |
| Hex | A3 | 4D | F0 | 20 | 44 | 0 | 6 | 110 | 54 | 3E |
| Octal | 243 | 115 | 360 | 40 | 104 | 0 | 6 | 420 | 124 | 76 |
| Binary | 10100011 | 1001101 | 11110000 | 100000 | 1000100 | 0 | 110 | 100010000 | 1010100 | 111110 |
Color Harmonies of #A34DF0
Complementary color
Monochromatic Colors of #A34DF0
Black with #A34DF0
Text Example
Text Example
White with #A34DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34DF0; }
p { color: rgb(163,77,240); }
H1.HeaderClassName
{
color: #A34DF0;
}
.AnyTagClassName
{
color: #A34DF0;
}
</style>
background-color css
<style>
a { background-color: #A34DF0; }
a { background-color: rgb(163,77,240); }
div.DivClassName
{
background-color: #A34DF0;
}
.BgClassName
{
background-color: #A34DF0;
}
</style>
border-color css
<style>
span { border-color: #A34DF0; }
span { border-color: rgb(163,77,240); }
td.TdClassName
{
border-color: #A34DF0;
}
.TagClassName
{
border-color: #A34DF0;
}
</style>