Shades of Medium Orchid #AC5CDD
Tints of Medium Orchid #AC5CDD
RGB
CMYK
RGB Variations
Color information
#AC5CDD (or 0xAC5CDD) is known color: Medium Orchid. HEX triplet: AC, 5C and DD. RGB value is (172,92,221). Sum of RGB (Red+Green+Blue) = 172+92+221=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC5CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CDD is #53A322. Grayscale: #828282. Windows color (decimal): -5481251 or 14507180. OLE color: 14507180.
HSL color Cylindrical-coordinate representation of color #AC5CDD: hue angle of 277.21º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC5CDD is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 92 | 221 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.13 |
| HSL | 277.21º | 0.65% | 0.61% | - |
| HSV(B) | 277.21º | 0.58% | 0.87% | - |
| XYZ | 33.89 | 21.65 | 70.8 | - |
| YUV | 130.63 | 179 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 221 | 0.22 | 0.58 | 0 | 0.13 | 277.21 | 0.65 | 0.61 |
| Hex | AC | 5C | DD | 16 | 3A | 0 | D | 115 | 41 | 3D |
| Octal | 254 | 134 | 335 | 26 | 72 | 0 | 15 | 425 | 101 | 75 |
| Binary | 10101100 | 1011100 | 11011101 | 10110 | 111010 | 0 | 1101 | 100010101 | 1000001 | 111101 |
Color Harmonies of #AC5CDD
Complementary color
Monochromatic Colors of #AC5CDD
Black with #AC5CDD
Text Example
Text Example
White with #AC5CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5CDD; }
p { color: rgb(172,92,221); }
H1.HeaderClassName
{
color: #AC5CDD;
}
.AnyTagClassName
{
color: #AC5CDD;
}
</style>
background-color css
<style>
a { background-color: #AC5CDD; }
a { background-color: rgb(172,92,221); }
div.DivClassName
{
background-color: #AC5CDD;
}
.BgClassName
{
background-color: #AC5CDD;
}
</style>
border-color css
<style>
span { border-color: #AC5CDD; }
span { border-color: rgb(172,92,221); }
td.TdClassName
{
border-color: #AC5CDD;
}
.TagClassName
{
border-color: #AC5CDD;
}
</style>