Shades of Medium Orchid #AB56DB
Tints of Medium Orchid #AB56DB
RGB
CMYK
RGB Variations
Color information
#AB56DB (or 0xAB56DB) is known color: Medium Orchid. HEX triplet: AB, 56 and DB. RGB value is (171,86,219). Sum of RGB (Red+Green+Blue) = 171+86+219=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB56DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB56DB is #54A924. Grayscale: #7E7E7E. Windows color (decimal): -5548325 or 14374571. OLE color: 14374571.
HSL color Cylindrical-coordinate representation of color #AB56DB: hue angle of 278.35º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB56DB is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 86 | 219 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.14 |
| HSL | 278.35º | 0.65% | 0.6% | - |
| HSV(B) | 278.35º | 0.61% | 0.86% | - |
| XYZ | 32.91 | 20.43 | 69.23 | - |
| YUV | 126.58 | 180.16 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 219 | 0.22 | 0.61 | 0 | 0.14 | 278.35 | 0.65 | 0.6 |
| Hex | AB | 56 | DB | 16 | 3D | 0 | E | 116 | 41 | 3C |
| Octal | 253 | 126 | 333 | 26 | 75 | 0 | 16 | 426 | 101 | 74 |
| Binary | 10101011 | 1010110 | 11011011 | 10110 | 111101 | 0 | 1110 | 100010110 | 1000001 | 111100 |
Color Harmonies of #AB56DB
Complementary color
Monochromatic Colors of #AB56DB
Black with #AB56DB
Text Example
Text Example
White with #AB56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB56DB; }
p { color: rgb(171,86,219); }
H1.HeaderClassName
{
color: #AB56DB;
}
.AnyTagClassName
{
color: #AB56DB;
}
</style>
background-color css
<style>
a { background-color: #AB56DB; }
a { background-color: rgb(171,86,219); }
div.DivClassName
{
background-color: #AB56DB;
}
.BgClassName
{
background-color: #AB56DB;
}
</style>
border-color css
<style>
span { border-color: #AB56DB; }
span { border-color: rgb(171,86,219); }
td.TdClassName
{
border-color: #AB56DB;
}
.TagClassName
{
border-color: #AB56DB;
}
</style>