Shades of Medium Orchid #A34BEB
Tints of Medium Orchid #A34BEB
RGB
CMYK
RGB Variations
Color information
#A34BEB (or 0xA34BEB) is known color: Medium Orchid. HEX triplet: A3, 4B and EB. RGB value is (163,75,235). Sum of RGB (Red+Green+Blue) = 163+75+235=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #A34BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A34BEB is #5CB414. Grayscale: #777777. Windows color (decimal): -6075413 or 15420323. OLE color: 15420323.
HSL color Cylindrical-coordinate representation of color #A34BEB: hue angle of 273º degrees, saturation: 0.8, 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 #A34BEB is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 75 | 235 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.08 |
| HSL | 273º | 0.8% | 0.61% | - |
| HSV(B) | 273º | 0.68% | 0.92% | - |
| XYZ | 32.62 | 18.82 | 80.51 | - |
| YUV | 119.55 | 193.15 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 235 | 0.31 | 0.68 | 0 | 0.08 | 273 | 0.8 | 0.61 |
| Hex | A3 | 4B | EB | 1F | 44 | 0 | 8 | 111 | 50 | 3D |
| Octal | 243 | 113 | 353 | 37 | 104 | 0 | 10 | 421 | 120 | 75 |
| Binary | 10100011 | 1001011 | 11101011 | 11111 | 1000100 | 0 | 1000 | 100010001 | 1010000 | 111101 |
Color Harmonies of #A34BEB
Complementary color
Monochromatic Colors of #A34BEB
Black with #A34BEB
Text Example
Text Example
White with #A34BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34BEB; }
p { color: rgb(163,75,235); }
H1.HeaderClassName
{
color: #A34BEB;
}
.AnyTagClassName
{
color: #A34BEB;
}
</style>
background-color css
<style>
a { background-color: #A34BEB; }
a { background-color: rgb(163,75,235); }
div.DivClassName
{
background-color: #A34BEB;
}
.BgClassName
{
background-color: #A34BEB;
}
</style>
border-color css
<style>
span { border-color: #A34BEB; }
span { border-color: rgb(163,75,235); }
td.TdClassName
{
border-color: #A34BEB;
}
.TagClassName
{
border-color: #A34BEB;
}
</style>