Shades of Medium Orchid #AB59DF
Tints of Medium Orchid #AB59DF
RGB
CMYK
RGB Variations
Color information
#AB59DF (or 0xAB59DF) is known color: Medium Orchid. HEX triplet: AB, 59 and DF. RGB value is (171,89,223). Sum of RGB (Red+Green+Blue) = 171+89+223=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB59DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB59DF is #54A620. Grayscale: #808080. Windows color (decimal): -5547553 or 14637483. OLE color: 14637483.
HSL color Cylindrical-coordinate representation of color #AB59DF: hue angle of 276.72º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB59DF is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 89 | 223 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.13 |
| HSL | 276.72º | 0.68% | 0.61% | - |
| HSV(B) | 276.72º | 0.6% | 0.87% | - |
| XYZ | 33.69 | 21.13 | 72.12 | - |
| YUV | 128.79 | 181.17 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 223 | 0.23 | 0.60 | 0 | 0.13 | 276.72 | 0.68 | 0.61 |
| Hex | AB | 59 | DF | 17 | 3C | 0 | D | 115 | 44 | 3D |
| Octal | 253 | 131 | 337 | 27 | 74 | 0 | 15 | 425 | 104 | 75 |
| Binary | 10101011 | 1011001 | 11011111 | 10111 | 111100 | 0 | 1101 | 100010101 | 1000100 | 111101 |
Color Harmonies of #AB59DF
Complementary color
Monochromatic Colors of #AB59DF
Black with #AB59DF
Text Example
Text Example
White with #AB59DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB59DF; }
p { color: rgb(171,89,223); }
H1.HeaderClassName
{
color: #AB59DF;
}
.AnyTagClassName
{
color: #AB59DF;
}
</style>
background-color css
<style>
a { background-color: #AB59DF; }
a { background-color: rgb(171,89,223); }
div.DivClassName
{
background-color: #AB59DF;
}
.BgClassName
{
background-color: #AB59DF;
}
</style>
border-color css
<style>
span { border-color: #AB59DF; }
span { border-color: rgb(171,89,223); }
td.TdClassName
{
border-color: #AB59DF;
}
.TagClassName
{
border-color: #AB59DF;
}
</style>