Shades of Medium Orchid #AC55DD
Tints of Medium Orchid #AC55DD
RGB
CMYK
RGB Variations
Color information
#AC55DD (or 0xAC55DD) is known color: Medium Orchid. HEX triplet: AC, 55 and DD. RGB value is (172,85,221). Sum of RGB (Red+Green+Blue) = 172+85+221=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC55DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55DD is #53AA22. Grayscale: #7E7E7E. Windows color (decimal): -5483043 or 14505388. OLE color: 14505388.
HSL color Cylindrical-coordinate representation of color #AC55DD: hue angle of 278.38º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC55DD is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 85 | 221 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.13 |
| HSL | 278.38º | 0.67% | 0.6% | - |
| HSV(B) | 278.38º | 0.62% | 0.87% | - |
| XYZ | 33.31 | 20.49 | 70.61 | - |
| YUV | 126.52 | 181.32 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 221 | 0.22 | 0.62 | 0 | 0.13 | 278.38 | 0.67 | 0.6 |
| Hex | AC | 55 | DD | 16 | 3E | 0 | D | 116 | 43 | 3C |
| Octal | 254 | 125 | 335 | 26 | 76 | 0 | 15 | 426 | 103 | 74 |
| Binary | 10101100 | 1010101 | 11011101 | 10110 | 111110 | 0 | 1101 | 100010110 | 1000011 | 111100 |
Color Harmonies of #AC55DD
Complementary color
Monochromatic Colors of #AC55DD
Black with #AC55DD
Text Example
Text Example
White with #AC55DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC55DD; }
p { color: rgb(172,85,221); }
H1.HeaderClassName
{
color: #AC55DD;
}
.AnyTagClassName
{
color: #AC55DD;
}
</style>
background-color css
<style>
a { background-color: #AC55DD; }
a { background-color: rgb(172,85,221); }
div.DivClassName
{
background-color: #AC55DD;
}
.BgClassName
{
background-color: #AC55DD;
}
</style>
border-color css
<style>
span { border-color: #AC55DD; }
span { border-color: rgb(172,85,221); }
td.TdClassName
{
border-color: #AC55DD;
}
.TagClassName
{
border-color: #AC55DD;
}
</style>