Shades of Medium Orchid #AC49DB
Tints of Medium Orchid #AC49DB
RGB
CMYK
RGB Variations
Color information
#AC49DB (or 0xAC49DB) is known color: Medium Orchid. HEX triplet: AC, 49 and DB. RGB value is (172,73,219). Sum of RGB (Red+Green+Blue) = 172+73+219=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC49DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC49DB is #53B624. Grayscale: #767676. Windows color (decimal): -5486117 or 14371244. OLE color: 14371244.
HSL color Cylindrical-coordinate representation of color #AC49DB: hue angle of 280.68º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC49DB is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 73 | 219 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.14 |
| HSL | 280.68º | 0.67% | 0.57% | - |
| HSV(B) | 280.68º | 0.67% | 0.86% | - |
| XYZ | 32.18 | 18.65 | 68.92 | - |
| YUV | 119.25 | 184.3 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 219 | 0.21 | 0.67 | 0 | 0.14 | 280.68 | 0.67 | 0.57 |
| Hex | AC | 49 | DB | 15 | 43 | 0 | E | 119 | 43 | 39 |
| Octal | 254 | 111 | 333 | 25 | 103 | 0 | 16 | 431 | 103 | 71 |
| Binary | 10101100 | 1001001 | 11011011 | 10101 | 1000011 | 0 | 1110 | 100011001 | 1000011 | 111001 |
Color Harmonies of #AC49DB
Complementary color
Monochromatic Colors of #AC49DB
Black with #AC49DB
Text Example
Text Example
White with #AC49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC49DB; }
p { color: rgb(172,73,219); }
H1.HeaderClassName
{
color: #AC49DB;
}
.AnyTagClassName
{
color: #AC49DB;
}
</style>
background-color css
<style>
a { background-color: #AC49DB; }
a { background-color: rgb(172,73,219); }
div.DivClassName
{
background-color: #AC49DB;
}
.BgClassName
{
background-color: #AC49DB;
}
</style>
border-color css
<style>
span { border-color: #AC49DB; }
span { border-color: rgb(172,73,219); }
td.TdClassName
{
border-color: #AC49DB;
}
.TagClassName
{
border-color: #AC49DB;
}
</style>