Shades of Medium Orchid #AB5ACB
Tints of Medium Orchid #AB5ACB
RGB
CMYK
RGB Variations
Color information
#AB5ACB (or 0xAB5ACB) is known color: Medium Orchid. HEX triplet: AB, 5A and CB. RGB value is (171,90,203). Sum of RGB (Red+Green+Blue) = 171+90+203=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB5ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5ACB is #54A534. Grayscale: #7E7E7E. Windows color (decimal): -5547317 or 13327019. OLE color: 13327019.
HSL color Cylindrical-coordinate representation of color #AB5ACB: hue angle of 283.01º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB5ACB is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 90 | 203 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.20 |
| HSL | 283.01º | 0.52% | 0.57% | - |
| HSV(B) | 283.01º | 0.56% | 0.8% | - |
| XYZ | 31.23 | 20.28 | 58.77 | - |
| YUV | 127.1 | 170.84 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 203 | 0.16 | 0.56 | 0 | 0.20 | 283.01 | 0.52 | 0.57 |
| Hex | AB | 5A | CB | 10 | 38 | 0 | 14 | 11B | 34 | 39 |
| Octal | 253 | 132 | 313 | 20 | 70 | 0 | 24 | 433 | 64 | 71 |
| Binary | 10101011 | 1011010 | 11001011 | 10000 | 111000 | 0 | 10100 | 100011011 | 110100 | 111001 |
Color Harmonies of #AB5ACB
Complementary color
Monochromatic Colors of #AB5ACB
Black with #AB5ACB
Text Example
Text Example
White with #AB5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5ACB; }
p { color: rgb(171,90,203); }
H1.HeaderClassName
{
color: #AB5ACB;
}
.AnyTagClassName
{
color: #AB5ACB;
}
</style>
background-color css
<style>
a { background-color: #AB5ACB; }
a { background-color: rgb(171,90,203); }
div.DivClassName
{
background-color: #AB5ACB;
}
.BgClassName
{
background-color: #AB5ACB;
}
</style>
border-color css
<style>
span { border-color: #AB5ACB; }
span { border-color: rgb(171,90,203); }
td.TdClassName
{
border-color: #AB5ACB;
}
.TagClassName
{
border-color: #AB5ACB;
}
</style>