Shades of Medium Orchid #AC5DDC
Tints of Medium Orchid #AC5DDC
RGB
CMYK
RGB Variations
Color information
#AC5DDC (or 0xAC5DDC) is known color: Medium Orchid. HEX triplet: AC, 5D and DC. RGB value is (172,93,220). Sum of RGB (Red+Green+Blue) = 172+93+220=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC5DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DDC is #53A223. Grayscale: #828282. Windows color (decimal): -5480996 or 14441900. OLE color: 14441900.
HSL color Cylindrical-coordinate representation of color #AC5DDC: hue angle of 277.32º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC5DDC is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 93 | 220 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.14 |
| HSL | 277.32º | 0.64% | 0.61% | - |
| HSV(B) | 277.32º | 0.58% | 0.86% | - |
| XYZ | 33.85 | 21.77 | 70.13 | - |
| YUV | 131.1 | 178.17 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 220 | 0.22 | 0.58 | 0 | 0.14 | 277.32 | 0.64 | 0.61 |
| Hex | AC | 5D | DC | 16 | 3A | 0 | E | 115 | 40 | 3D |
| Octal | 254 | 135 | 334 | 26 | 72 | 0 | 16 | 425 | 100 | 75 |
| Binary | 10101100 | 1011101 | 11011100 | 10110 | 111010 | 0 | 1110 | 100010101 | 1000000 | 111101 |
Color Harmonies of #AC5DDC
Complementary color
Monochromatic Colors of #AC5DDC
Black with #AC5DDC
Text Example
Text Example
White with #AC5DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5DDC; }
p { color: rgb(172,93,220); }
H1.HeaderClassName
{
color: #AC5DDC;
}
.AnyTagClassName
{
color: #AC5DDC;
}
</style>
background-color css
<style>
a { background-color: #AC5DDC; }
a { background-color: rgb(172,93,220); }
div.DivClassName
{
background-color: #AC5DDC;
}
.BgClassName
{
background-color: #AC5DDC;
}
</style>
border-color css
<style>
span { border-color: #AC5DDC; }
span { border-color: rgb(172,93,220); }
td.TdClassName
{
border-color: #AC5DDC;
}
.TagClassName
{
border-color: #AC5DDC;
}
</style>