Shades of Medium Orchid #AC44DB
Tints of Medium Orchid #AC44DB
RGB
CMYK
RGB Variations
Color information
#AC44DB (or 0xAC44DB) is known color: Medium Orchid. HEX triplet: AC, 44 and DB. RGB value is (172,68,219). Sum of RGB (Red+Green+Blue) = 172+68+219=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC44DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC44DB is #53BB24. Grayscale: #737373. Windows color (decimal): -5487397 or 14369964. OLE color: 14369964.
HSL color Cylindrical-coordinate representation of color #AC44DB: hue angle of 281.32º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC44DB is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 68 | 219 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.14 |
| HSL | 281.32º | 0.68% | 0.56% | - |
| HSV(B) | 281.32º | 0.69% | 0.86% | - |
| XYZ | 31.87 | 18.02 | 68.82 | - |
| YUV | 116.31 | 185.96 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 219 | 0.21 | 0.69 | 0 | 0.14 | 281.32 | 0.68 | 0.56 |
| Hex | AC | 44 | DB | 15 | 45 | 0 | E | 119 | 44 | 38 |
| Octal | 254 | 104 | 333 | 25 | 105 | 0 | 16 | 431 | 104 | 70 |
| Binary | 10101100 | 1000100 | 11011011 | 10101 | 1000101 | 0 | 1110 | 100011001 | 1000100 | 111000 |
Color Harmonies of #AC44DB
Complementary color
Monochromatic Colors of #AC44DB
Black with #AC44DB
Text Example
Text Example
White with #AC44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC44DB; }
p { color: rgb(172,68,219); }
H1.HeaderClassName
{
color: #AC44DB;
}
.AnyTagClassName
{
color: #AC44DB;
}
</style>
background-color css
<style>
a { background-color: #AC44DB; }
a { background-color: rgb(172,68,219); }
div.DivClassName
{
background-color: #AC44DB;
}
.BgClassName
{
background-color: #AC44DB;
}
</style>
border-color css
<style>
span { border-color: #AC44DB; }
span { border-color: rgb(172,68,219); }
td.TdClassName
{
border-color: #AC44DB;
}
.TagClassName
{
border-color: #AC44DB;
}
</style>