Shades of Medium Orchid #AB58CB
Tints of Medium Orchid #AB58CB
RGB
CMYK
RGB Variations
Color information
#AB58CB (or 0xAB58CB) is known color: Medium Orchid. HEX triplet: AB, 58 and CB. RGB value is (171,88,203). Sum of RGB (Red+Green+Blue) = 171+88+203=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB58CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB58CB is #54A734. Grayscale: #7D7D7D. Windows color (decimal): -5547829 or 13326507. OLE color: 13326507.
HSL color Cylindrical-coordinate representation of color #AB58CB: hue angle of 283.3º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB58CB is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 88 | 203 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.20 |
| HSL | 283.3º | 0.53% | 0.57% | - |
| HSV(B) | 283.3º | 0.57% | 0.8% | - |
| XYZ | 31.06 | 19.95 | 58.71 | - |
| YUV | 125.93 | 171.5 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 203 | 0.16 | 0.57 | 0 | 0.20 | 283.3 | 0.53 | 0.57 |
| Hex | AB | 58 | CB | 10 | 39 | 0 | 14 | 11B | 35 | 39 |
| Octal | 253 | 130 | 313 | 20 | 71 | 0 | 24 | 433 | 65 | 71 |
| Binary | 10101011 | 1011000 | 11001011 | 10000 | 111001 | 0 | 10100 | 100011011 | 110101 | 111001 |
Color Harmonies of #AB58CB
Complementary color
Monochromatic Colors of #AB58CB
Black with #AB58CB
Text Example
Text Example
White with #AB58CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB58CB; }
p { color: rgb(171,88,203); }
H1.HeaderClassName
{
color: #AB58CB;
}
.AnyTagClassName
{
color: #AB58CB;
}
</style>
background-color css
<style>
a { background-color: #AB58CB; }
a { background-color: rgb(171,88,203); }
div.DivClassName
{
background-color: #AB58CB;
}
.BgClassName
{
background-color: #AB58CB;
}
</style>
border-color css
<style>
span { border-color: #AB58CB; }
span { border-color: rgb(171,88,203); }
td.TdClassName
{
border-color: #AB58CB;
}
.TagClassName
{
border-color: #AB58CB;
}
</style>