Shades of Medium Orchid #AB56E1
Tints of Medium Orchid #AB56E1
RGB
CMYK
RGB Variations
Color information
#AB56E1 (or 0xAB56E1) is known color: Medium Orchid. HEX triplet: AB, 56 and E1. RGB value is (171,86,225). Sum of RGB (Red+Green+Blue) = 171+86+225=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB56E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB56E1 is #54A91E. Grayscale: #7E7E7E. Windows color (decimal): -5548319 or 14767787. OLE color: 14767787.
HSL color Cylindrical-coordinate representation of color #AB56E1: hue angle of 276.69º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB56E1 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 86 | 225 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.12 |
| HSL | 276.69º | 0.7% | 0.61% | - |
| HSV(B) | 276.69º | 0.62% | 0.88% | - |
| XYZ | 33.71 | 20.75 | 73.46 | - |
| YUV | 127.26 | 183.16 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 225 | 0.24 | 0.62 | 0 | 0.12 | 276.69 | 0.7 | 0.61 |
| Hex | AB | 56 | E1 | 18 | 3E | 0 | C | 115 | 46 | 3D |
| Octal | 253 | 126 | 341 | 30 | 76 | 0 | 14 | 425 | 106 | 75 |
| Binary | 10101011 | 1010110 | 11100001 | 11000 | 111110 | 0 | 1100 | 100010101 | 1000110 | 111101 |
Color Harmonies of #AB56E1
Complementary color
Monochromatic Colors of #AB56E1
Black with #AB56E1
Text Example
Text Example
White with #AB56E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB56E1; }
p { color: rgb(171,86,225); }
H1.HeaderClassName
{
color: #AB56E1;
}
.AnyTagClassName
{
color: #AB56E1;
}
</style>
background-color css
<style>
a { background-color: #AB56E1; }
a { background-color: rgb(171,86,225); }
div.DivClassName
{
background-color: #AB56E1;
}
.BgClassName
{
background-color: #AB56E1;
}
</style>
border-color css
<style>
span { border-color: #AB56E1; }
span { border-color: rgb(171,86,225); }
td.TdClassName
{
border-color: #AB56E1;
}
.TagClassName
{
border-color: #AB56E1;
}
</style>