Shades of Medium Orchid #AC4DC9
Tints of Medium Orchid #AC4DC9
RGB
CMYK
RGB Variations
Color information
#AC4DC9 (or 0xAC4DC9) is known color: Medium Orchid. HEX triplet: AC, 4D and C9. RGB value is (172,77,201). Sum of RGB (Red+Green+Blue) = 172+77+201=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC4DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DC9 is #53B236. Grayscale: #777777. Windows color (decimal): -5485111 or 13192620. OLE color: 13192620.
HSL color Cylindrical-coordinate representation of color #AC4DC9: hue angle of 285.97º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4DC9 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 77 | 201 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.21 |
| HSL | 285.97º | 0.53% | 0.55% | - |
| HSV(B) | 285.97º | 0.62% | 0.79% | - |
| XYZ | 30.21 | 18.3 | 57.2 | - |
| YUV | 119.54 | 173.97 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 201 | 0.14 | 0.62 | 0 | 0.21 | 285.97 | 0.53 | 0.55 |
| Hex | AC | 4D | C9 | E | 3E | 0 | 15 | 11E | 35 | 37 |
| Octal | 254 | 115 | 311 | 16 | 76 | 0 | 25 | 436 | 65 | 67 |
| Binary | 10101100 | 1001101 | 11001001 | 1110 | 111110 | 0 | 10101 | 100011110 | 110101 | 110111 |
Color Harmonies of #AC4DC9
Complementary color
Monochromatic Colors of #AC4DC9
Black with #AC4DC9
Text Example
Text Example
White with #AC4DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4DC9; }
p { color: rgb(172,77,201); }
H1.HeaderClassName
{
color: #AC4DC9;
}
.AnyTagClassName
{
color: #AC4DC9;
}
</style>
background-color css
<style>
a { background-color: #AC4DC9; }
a { background-color: rgb(172,77,201); }
div.DivClassName
{
background-color: #AC4DC9;
}
.BgClassName
{
background-color: #AC4DC9;
}
</style>
border-color css
<style>
span { border-color: #AC4DC9; }
span { border-color: rgb(172,77,201); }
td.TdClassName
{
border-color: #AC4DC9;
}
.TagClassName
{
border-color: #AC4DC9;
}
</style>