Shades of Medium Orchid #AC5BCB
Tints of Medium Orchid #AC5BCB
RGB
CMYK
RGB Variations
Color information
#AC5BCB (or 0xAC5BCB) is known color: Medium Orchid. HEX triplet: AC, 5B and CB. RGB value is (172,91,203). Sum of RGB (Red+Green+Blue) = 172+91+203=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC5BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5BCB is #53A434. Grayscale: #7F7F7F. Windows color (decimal): -5481525 or 13327276. OLE color: 13327276.
HSL color Cylindrical-coordinate representation of color #AC5BCB: hue angle of 283.39º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC5BCB is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 91 | 203 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.20 |
| HSL | 283.39º | 0.52% | 0.58% | - |
| HSV(B) | 283.39º | 0.55% | 0.8% | - |
| XYZ | 31.53 | 20.56 | 58.81 | - |
| YUV | 127.99 | 170.34 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 91 | 203 | 0.15 | 0.55 | 0 | 0.20 | 283.39 | 0.52 | 0.58 |
| Hex | AC | 5B | CB | F | 37 | 0 | 14 | 11B | 34 | 3A |
| Octal | 254 | 133 | 313 | 17 | 67 | 0 | 24 | 433 | 64 | 72 |
| Binary | 10101100 | 1011011 | 11001011 | 1111 | 110111 | 0 | 10100 | 100011011 | 110100 | 111010 |
Color Harmonies of #AC5BCB
Complementary color
Monochromatic Colors of #AC5BCB
Black with #AC5BCB
Text Example
Text Example
White with #AC5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5BCB; }
p { color: rgb(172,91,203); }
H1.HeaderClassName
{
color: #AC5BCB;
}
.AnyTagClassName
{
color: #AC5BCB;
}
</style>
background-color css
<style>
a { background-color: #AC5BCB; }
a { background-color: rgb(172,91,203); }
div.DivClassName
{
background-color: #AC5BCB;
}
.BgClassName
{
background-color: #AC5BCB;
}
</style>
border-color css
<style>
span { border-color: #AC5BCB; }
span { border-color: rgb(172,91,203); }
td.TdClassName
{
border-color: #AC5BCB;
}
.TagClassName
{
border-color: #AC5BCB;
}
</style>