Shades of Medium Orchid #AB59D6
Tints of Medium Orchid #AB59D6
RGB
CMYK
RGB Variations
Color information
#AB59D6 (or 0xAB59D6) is known color: Medium Orchid. HEX triplet: AB, 59 and D6. RGB value is (171,89,214). Sum of RGB (Red+Green+Blue) = 171+89+214=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB59D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB59D6 is #54A629. Grayscale: #7F7F7F. Windows color (decimal): -5547562 or 14047659. OLE color: 14047659.
HSL color Cylindrical-coordinate representation of color #AB59D6: hue angle of 279.36º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB59D6 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 89 | 214 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.16 |
| HSL | 279.36º | 0.6% | 0.59% | - |
| HSV(B) | 279.36º | 0.58% | 0.84% | - |
| XYZ | 32.5 | 20.66 | 65.89 | - |
| YUV | 127.77 | 176.67 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 214 | 0.20 | 0.58 | 0 | 0.16 | 279.36 | 0.6 | 0.59 |
| Hex | AB | 59 | D6 | 14 | 3A | 0 | 10 | 117 | 3C | 3B |
| Octal | 253 | 131 | 326 | 24 | 72 | 0 | 20 | 427 | 74 | 73 |
| Binary | 10101011 | 1011001 | 11010110 | 10100 | 111010 | 0 | 10000 | 100010111 | 111100 | 111011 |
Color Harmonies of #AB59D6
Complementary color
Monochromatic Colors of #AB59D6
Black with #AB59D6
Text Example
Text Example
White with #AB59D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB59D6; }
p { color: rgb(171,89,214); }
H1.HeaderClassName
{
color: #AB59D6;
}
.AnyTagClassName
{
color: #AB59D6;
}
</style>
background-color css
<style>
a { background-color: #AB59D6; }
a { background-color: rgb(171,89,214); }
div.DivClassName
{
background-color: #AB59D6;
}
.BgClassName
{
background-color: #AB59D6;
}
</style>
border-color css
<style>
span { border-color: #AB59D6; }
span { border-color: rgb(171,89,214); }
td.TdClassName
{
border-color: #AB59D6;
}
.TagClassName
{
border-color: #AB59D6;
}
</style>