Shades of Medium Orchid #AC55DC
Tints of Medium Orchid #AC55DC
RGB
CMYK
RGB Variations
Color information
#AC55DC (or 0xAC55DC) is known color: Medium Orchid. HEX triplet: AC, 55 and DC. RGB value is (172,85,220). Sum of RGB (Red+Green+Blue) = 172+85+220=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC55DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55DC is #53AA23. Grayscale: #7D7D7D. Windows color (decimal): -5483044 or 14439852. OLE color: 14439852.
HSL color Cylindrical-coordinate representation of color #AC55DC: hue angle of 278.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC55DC is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 85 | 220 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.14 |
| HSL | 278.67º | 0.66% | 0.6% | - |
| HSV(B) | 278.67º | 0.61% | 0.86% | - |
| XYZ | 33.18 | 20.43 | 69.91 | - |
| YUV | 126.4 | 180.82 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 220 | 0.22 | 0.61 | 0 | 0.14 | 278.67 | 0.66 | 0.6 |
| Hex | AC | 55 | DC | 16 | 3D | 0 | E | 117 | 42 | 3C |
| Octal | 254 | 125 | 334 | 26 | 75 | 0 | 16 | 427 | 102 | 74 |
| Binary | 10101100 | 1010101 | 11011100 | 10110 | 111101 | 0 | 1110 | 100010111 | 1000010 | 111100 |
Color Harmonies of #AC55DC
Complementary color
Monochromatic Colors of #AC55DC
Black with #AC55DC
Text Example
Text Example
White with #AC55DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC55DC; }
p { color: rgb(172,85,220); }
H1.HeaderClassName
{
color: #AC55DC;
}
.AnyTagClassName
{
color: #AC55DC;
}
</style>
background-color css
<style>
a { background-color: #AC55DC; }
a { background-color: rgb(172,85,220); }
div.DivClassName
{
background-color: #AC55DC;
}
.BgClassName
{
background-color: #AC55DC;
}
</style>
border-color css
<style>
span { border-color: #AC55DC; }
span { border-color: rgb(172,85,220); }
td.TdClassName
{
border-color: #AC55DC;
}
.TagClassName
{
border-color: #AC55DC;
}
</style>