Shades of Medium Orchid #AC5BDC
Tints of Medium Orchid #AC5BDC
RGB
CMYK
RGB Variations
Color information
#AC5BDC (or 0xAC5BDC) is known color: Medium Orchid. HEX triplet: AC, 5B and DC. RGB value is (172,91,220). Sum of RGB (Red+Green+Blue) = 172+91+220=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 91 (35.94% from 255 or 18.84% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC5BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5BDC is #53A423. Grayscale: #818181. Windows color (decimal): -5481508 or 14441388. OLE color: 14441388.
HSL color Cylindrical-coordinate representation of color #AC5BDC: hue angle of 277.67º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC5BDC is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 91 | 220 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.14 |
| HSL | 277.67º | 0.65% | 0.61% | - |
| HSV(B) | 277.67º | 0.59% | 0.86% | - |
| XYZ | 33.67 | 21.42 | 70.07 | - |
| YUV | 129.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 91 | 220 | 0.22 | 0.59 | 0 | 0.14 | 277.67 | 0.65 | 0.61 |
| Hex | AC | 5B | DC | 16 | 3B | 0 | E | 116 | 41 | 3D |
| Octal | 254 | 133 | 334 | 26 | 73 | 0 | 16 | 426 | 101 | 75 |
| Binary | 10101100 | 1011011 | 11011100 | 10110 | 111011 | 0 | 1110 | 100010110 | 1000001 | 111101 |
Color Harmonies of #AC5BDC
Complementary color
Monochromatic Colors of #AC5BDC
Black with #AC5BDC
Text Example
Text Example
White with #AC5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5BDC; }
p { color: rgb(172,91,220); }
H1.HeaderClassName
{
color: #AC5BDC;
}
.AnyTagClassName
{
color: #AC5BDC;
}
</style>
background-color css
<style>
a { background-color: #AC5BDC; }
a { background-color: rgb(172,91,220); }
div.DivClassName
{
background-color: #AC5BDC;
}
.BgClassName
{
background-color: #AC5BDC;
}
</style>
border-color css
<style>
span { border-color: #AC5BDC; }
span { border-color: rgb(172,91,220); }
td.TdClassName
{
border-color: #AC5BDC;
}
.TagClassName
{
border-color: #AC5BDC;
}
</style>