Shades of Medium Orchid #AB56E3
Tints of Medium Orchid #AB56E3
RGB
CMYK
RGB Variations
Color information
#AB56E3 (or 0xAB56E3) is known color: Medium Orchid. HEX triplet: AB, 56 and E3. RGB value is (171,86,227). Sum of RGB (Red+Green+Blue) = 171+86+227=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 227 - color contains mainly: blue. Hex color #AB56E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB56E3 is #54A91C. Grayscale: #7F7F7F. Windows color (decimal): -5548317 or 14898859. OLE color: 14898859.
HSL color Cylindrical-coordinate representation of color #AB56E3: hue angle of 276.17º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB56E3 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 86 | 227 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.11 |
| HSL | 276.17º | 0.72% | 0.61% | - |
| HSV(B) | 276.17º | 0.62% | 0.89% | - |
| XYZ | 33.99 | 20.86 | 74.91 | - |
| YUV | 127.49 | 184.16 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 227 | 0.25 | 0.62 | 0 | 0.11 | 276.17 | 0.72 | 0.61 |
| Hex | AB | 56 | E3 | 19 | 3E | 0 | B | 114 | 48 | 3D |
| Octal | 253 | 126 | 343 | 31 | 76 | 0 | 13 | 424 | 110 | 75 |
| Binary | 10101011 | 1010110 | 11100011 | 11001 | 111110 | 0 | 1011 | 100010100 | 1001000 | 111101 |
Color Harmonies of #AB56E3
Complementary color
Monochromatic Colors of #AB56E3
Black with #AB56E3
Text Example
Text Example
White with #AB56E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB56E3; }
p { color: rgb(171,86,227); }
H1.HeaderClassName
{
color: #AB56E3;
}
.AnyTagClassName
{
color: #AB56E3;
}
</style>
background-color css
<style>
a { background-color: #AB56E3; }
a { background-color: rgb(171,86,227); }
div.DivClassName
{
background-color: #AB56E3;
}
.BgClassName
{
background-color: #AB56E3;
}
</style>
border-color css
<style>
span { border-color: #AB56E3; }
span { border-color: rgb(171,86,227); }
td.TdClassName
{
border-color: #AB56E3;
}
.TagClassName
{
border-color: #AB56E3;
}
</style>