Shades of Medium Orchid #AC55DB
Tints of Medium Orchid #AC55DB
RGB
CMYK
RGB Variations
Color information
#AC55DB (or 0xAC55DB) is known color: Medium Orchid. HEX triplet: AC, 55 and DB. RGB value is (172,85,219). Sum of RGB (Red+Green+Blue) = 172+85+219=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC55DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55DB is #53AA24. Grayscale: #7D7D7D. Windows color (decimal): -5483045 or 14374316. OLE color: 14374316.
HSL color Cylindrical-coordinate representation of color #AC55DB: hue angle of 278.96º degrees, saturation: 0.65, 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 #AC55DB is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 85 | 219 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.14 |
| HSL | 278.96º | 0.65% | 0.6% | - |
| HSV(B) | 278.96º | 0.61% | 0.86% | - |
| XYZ | 33.05 | 20.38 | 69.21 | - |
| YUV | 126.29 | 180.32 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 219 | 0.21 | 0.61 | 0 | 0.14 | 278.96 | 0.65 | 0.6 |
| Hex | AC | 55 | DB | 15 | 3D | 0 | E | 117 | 41 | 3C |
| Octal | 254 | 125 | 333 | 25 | 75 | 0 | 16 | 427 | 101 | 74 |
| Binary | 10101100 | 1010101 | 11011011 | 10101 | 111101 | 0 | 1110 | 100010111 | 1000001 | 111100 |
Color Harmonies of #AC55DB
Complementary color
Monochromatic Colors of #AC55DB
Black with #AC55DB
Text Example
Text Example
White with #AC55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC55DB; }
p { color: rgb(172,85,219); }
H1.HeaderClassName
{
color: #AC55DB;
}
.AnyTagClassName
{
color: #AC55DB;
}
</style>
background-color css
<style>
a { background-color: #AC55DB; }
a { background-color: rgb(172,85,219); }
div.DivClassName
{
background-color: #AC55DB;
}
.BgClassName
{
background-color: #AC55DB;
}
</style>
border-color css
<style>
span { border-color: #AC55DB; }
span { border-color: rgb(172,85,219); }
td.TdClassName
{
border-color: #AC55DB;
}
.TagClassName
{
border-color: #AC55DB;
}
</style>