Shades of Medium Orchid #AC55CB
Tints of Medium Orchid #AC55CB
RGB
CMYK
RGB Variations
Color information
#AC55CB (or 0xAC55CB) is known color: Medium Orchid. HEX triplet: AC, 55 and CB. RGB value is (172,85,203). Sum of RGB (Red+Green+Blue) = 172+85+203=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC55CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55CB is #53AA34. Grayscale: #7C7C7C. Windows color (decimal): -5483061 or 13325740. OLE color: 13325740.
HSL color Cylindrical-coordinate representation of color #AC55CB: hue angle of 284.24º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC55CB is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 85 | 203 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.20 |
| HSL | 284.24º | 0.53% | 0.56% | - |
| HSV(B) | 284.24º | 0.58% | 0.8% | - |
| XYZ | 31.04 | 19.58 | 58.64 | - |
| YUV | 124.47 | 172.32 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 203 | 0.15 | 0.58 | 0 | 0.20 | 284.24 | 0.53 | 0.56 |
| Hex | AC | 55 | CB | F | 3A | 0 | 14 | 11C | 35 | 38 |
| Octal | 254 | 125 | 313 | 17 | 72 | 0 | 24 | 434 | 65 | 70 |
| Binary | 10101100 | 1010101 | 11001011 | 1111 | 111010 | 0 | 10100 | 100011100 | 110101 | 111000 |
Color Harmonies of #AC55CB
Complementary color
Monochromatic Colors of #AC55CB
Black with #AC55CB
Text Example
Text Example
White with #AC55CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC55CB; }
p { color: rgb(172,85,203); }
H1.HeaderClassName
{
color: #AC55CB;
}
.AnyTagClassName
{
color: #AC55CB;
}
</style>
background-color css
<style>
a { background-color: #AC55CB; }
a { background-color: rgb(172,85,203); }
div.DivClassName
{
background-color: #AC55CB;
}
.BgClassName
{
background-color: #AC55CB;
}
</style>
border-color css
<style>
span { border-color: #AC55CB; }
span { border-color: rgb(172,85,203); }
td.TdClassName
{
border-color: #AC55CB;
}
.TagClassName
{
border-color: #AC55CB;
}
</style>