Shades of Medium Orchid #AB56DD
Tints of Medium Orchid #AB56DD
RGB
CMYK
RGB Variations
Color information
#AB56DD (or 0xAB56DD) is known color: Medium Orchid. HEX triplet: AB, 56 and DD. RGB value is (171,86,221). Sum of RGB (Red+Green+Blue) = 171+86+221=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB56DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB56DD is #54A922. Grayscale: #7E7E7E. Windows color (decimal): -5548323 or 14505643. OLE color: 14505643.
HSL color Cylindrical-coordinate representation of color #AB56DD: hue angle of 277.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB56DD is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 86 | 221 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.13 |
| HSL | 277.78º | 0.67% | 0.6% | - |
| HSV(B) | 277.78º | 0.61% | 0.87% | - |
| XYZ | 33.17 | 20.53 | 70.62 | - |
| YUV | 126.81 | 181.16 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 221 | 0.23 | 0.61 | 0 | 0.13 | 277.78 | 0.67 | 0.6 |
| Hex | AB | 56 | DD | 17 | 3D | 0 | D | 116 | 43 | 3C |
| Octal | 253 | 126 | 335 | 27 | 75 | 0 | 15 | 426 | 103 | 74 |
| Binary | 10101011 | 1010110 | 11011101 | 10111 | 111101 | 0 | 1101 | 100010110 | 1000011 | 111100 |
Color Harmonies of #AB56DD
Complementary color
Monochromatic Colors of #AB56DD
Black with #AB56DD
Text Example
Text Example
White with #AB56DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB56DD; }
p { color: rgb(171,86,221); }
H1.HeaderClassName
{
color: #AB56DD;
}
.AnyTagClassName
{
color: #AB56DD;
}
</style>
background-color css
<style>
a { background-color: #AB56DD; }
a { background-color: rgb(171,86,221); }
div.DivClassName
{
background-color: #AB56DD;
}
.BgClassName
{
background-color: #AB56DD;
}
</style>
border-color css
<style>
span { border-color: #AB56DD; }
span { border-color: rgb(171,86,221); }
td.TdClassName
{
border-color: #AB56DD;
}
.TagClassName
{
border-color: #AB56DD;
}
</style>