Shades of Medium Orchid #AC58CB
Tints of Medium Orchid #AC58CB
RGB
CMYK
RGB Variations
Color information
#AC58CB (or 0xAC58CB) is known color: Medium Orchid. HEX triplet: AC, 58 and CB. RGB value is (172,88,203). Sum of RGB (Red+Green+Blue) = 172+88+203=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC58CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC58CB is #53A734. Grayscale: #7D7D7D. Windows color (decimal): -5482293 or 13326508. OLE color: 13326508.
HSL color Cylindrical-coordinate representation of color #AC58CB: hue angle of 283.83º 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 #AC58CB is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 88 | 203 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.20 |
| HSL | 283.83º | 0.53% | 0.57% | - |
| HSV(B) | 283.83º | 0.57% | 0.8% | - |
| XYZ | 31.28 | 20.06 | 58.72 | - |
| YUV | 126.23 | 171.33 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 203 | 0.15 | 0.57 | 0 | 0.20 | 283.83 | 0.53 | 0.57 |
| Hex | AC | 58 | CB | F | 39 | 0 | 14 | 11C | 35 | 39 |
| Octal | 254 | 130 | 313 | 17 | 71 | 0 | 24 | 434 | 65 | 71 |
| Binary | 10101100 | 1011000 | 11001011 | 1111 | 111001 | 0 | 10100 | 100011100 | 110101 | 111001 |
Color Harmonies of #AC58CB
Complementary color
Monochromatic Colors of #AC58CB
Black with #AC58CB
Text Example
Text Example
White with #AC58CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC58CB; }
p { color: rgb(172,88,203); }
H1.HeaderClassName
{
color: #AC58CB;
}
.AnyTagClassName
{
color: #AC58CB;
}
</style>
background-color css
<style>
a { background-color: #AC58CB; }
a { background-color: rgb(172,88,203); }
div.DivClassName
{
background-color: #AC58CB;
}
.BgClassName
{
background-color: #AC58CB;
}
</style>
border-color css
<style>
span { border-color: #AC58CB; }
span { border-color: rgb(172,88,203); }
td.TdClassName
{
border-color: #AC58CB;
}
.TagClassName
{
border-color: #AC58CB;
}
</style>