Shades of Medium Orchid #AC5BDE
Tints of Medium Orchid #AC5BDE
RGB
CMYK
RGB Variations
Color information
#AC5BDE (or 0xAC5BDE) is known color: Medium Orchid. HEX triplet: AC, 5B and DE. RGB value is (172,91,222). Sum of RGB (Red+Green+Blue) = 172+91+222=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC5BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5BDE is #53A421. Grayscale: #818181. Windows color (decimal): -5481506 or 14572460. OLE color: 14572460.
HSL color Cylindrical-coordinate representation of color #AC5BDE: hue angle of 277.1º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC5BDE is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 91 | 222 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.13 |
| HSL | 277.1º | 0.66% | 0.61% | - |
| HSV(B) | 277.1º | 0.59% | 0.87% | - |
| XYZ | 33.94 | 21.53 | 71.47 | - |
| YUV | 130.15 | 179.84 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 91 | 222 | 0.23 | 0.59 | 0 | 0.13 | 277.1 | 0.66 | 0.61 |
| Hex | AC | 5B | DE | 17 | 3B | 0 | D | 115 | 42 | 3D |
| Octal | 254 | 133 | 336 | 27 | 73 | 0 | 15 | 425 | 102 | 75 |
| Binary | 10101100 | 1011011 | 11011110 | 10111 | 111011 | 0 | 1101 | 100010101 | 1000010 | 111101 |
Color Harmonies of #AC5BDE
Complementary color
Monochromatic Colors of #AC5BDE
Black with #AC5BDE
Text Example
Text Example
White with #AC5BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5BDE; }
p { color: rgb(172,91,222); }
H1.HeaderClassName
{
color: #AC5BDE;
}
.AnyTagClassName
{
color: #AC5BDE;
}
</style>
background-color css
<style>
a { background-color: #AC5BDE; }
a { background-color: rgb(172,91,222); }
div.DivClassName
{
background-color: #AC5BDE;
}
.BgClassName
{
background-color: #AC5BDE;
}
</style>
border-color css
<style>
span { border-color: #AC5BDE; }
span { border-color: rgb(172,91,222); }
td.TdClassName
{
border-color: #AC5BDE;
}
.TagClassName
{
border-color: #AC5BDE;
}
</style>