Shades of Medium Orchid #AC57CB
Tints of Medium Orchid #AC57CB
RGB
CMYK
RGB Variations
Color information
#AC57CB (or 0xAC57CB) is known color: Medium Orchid. HEX triplet: AC, 57 and CB. RGB value is (172,87,203). Sum of RGB (Red+Green+Blue) = 172+87+203=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 87 (34.38% from 255 or 18.83% 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 #AC57CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC57CB is #53A834. Grayscale: #7D7D7D. Windows color (decimal): -5482549 or 13326252. OLE color: 13326252.
HSL color Cylindrical-coordinate representation of color #AC57CB: hue angle of 283.97º 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 #AC57CB is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 87 | 203 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.20 |
| HSL | 283.97º | 0.53% | 0.57% | - |
| HSV(B) | 283.97º | 0.57% | 0.8% | - |
| XYZ | 31.2 | 19.9 | 58.7 | - |
| YUV | 125.64 | 171.66 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 203 | 0.15 | 0.57 | 0 | 0.20 | 283.97 | 0.53 | 0.57 |
| Hex | AC | 57 | CB | F | 39 | 0 | 14 | 11C | 35 | 39 |
| Octal | 254 | 127 | 313 | 17 | 71 | 0 | 24 | 434 | 65 | 71 |
| Binary | 10101100 | 1010111 | 11001011 | 1111 | 111001 | 0 | 10100 | 100011100 | 110101 | 111001 |
Color Harmonies of #AC57CB
Complementary color
Monochromatic Colors of #AC57CB
Black with #AC57CB
Text Example
Text Example
White with #AC57CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC57CB; }
p { color: rgb(172,87,203); }
H1.HeaderClassName
{
color: #AC57CB;
}
.AnyTagClassName
{
color: #AC57CB;
}
</style>
background-color css
<style>
a { background-color: #AC57CB; }
a { background-color: rgb(172,87,203); }
div.DivClassName
{
background-color: #AC57CB;
}
.BgClassName
{
background-color: #AC57CB;
}
</style>
border-color css
<style>
span { border-color: #AC57CB; }
span { border-color: rgb(172,87,203); }
td.TdClassName
{
border-color: #AC57CB;
}
.TagClassName
{
border-color: #AC57CB;
}
</style>