Shades of Medium Orchid #AC4ED9
Tints of Medium Orchid #AC4ED9
RGB
CMYK
RGB Variations
Color information
#AC4ED9 (or 0xAC4ED9) is known color: Medium Orchid. HEX triplet: AC, 4E and D9. RGB value is (172,78,217). Sum of RGB (Red+Green+Blue) = 172+78+217=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC4ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4ED9 is #53B126. Grayscale: #797979. Windows color (decimal): -5484839 or 14241452. OLE color: 14241452.
HSL color Cylindrical-coordinate representation of color #AC4ED9: hue angle of 280.58º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC4ED9 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 78 | 217 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.15 |
| HSL | 280.58º | 0.65% | 0.58% | - |
| HSV(B) | 280.58º | 0.64% | 0.85% | - |
| XYZ | 32.26 | 19.23 | 67.66 | - |
| YUV | 121.95 | 181.64 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 217 | 0.21 | 0.64 | 0 | 0.15 | 280.58 | 0.65 | 0.58 |
| Hex | AC | 4E | D9 | 15 | 40 | 0 | F | 119 | 41 | 3A |
| Octal | 254 | 116 | 331 | 25 | 100 | 0 | 17 | 431 | 101 | 72 |
| Binary | 10101100 | 1001110 | 11011001 | 10101 | 1000000 | 0 | 1111 | 100011001 | 1000001 | 111010 |
Color Harmonies of #AC4ED9
Complementary color
Monochromatic Colors of #AC4ED9
Black with #AC4ED9
Text Example
Text Example
White with #AC4ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4ED9; }
p { color: rgb(172,78,217); }
H1.HeaderClassName
{
color: #AC4ED9;
}
.AnyTagClassName
{
color: #AC4ED9;
}
</style>
background-color css
<style>
a { background-color: #AC4ED9; }
a { background-color: rgb(172,78,217); }
div.DivClassName
{
background-color: #AC4ED9;
}
.BgClassName
{
background-color: #AC4ED9;
}
</style>
border-color css
<style>
span { border-color: #AC4ED9; }
span { border-color: rgb(172,78,217); }
td.TdClassName
{
border-color: #AC4ED9;
}
.TagClassName
{
border-color: #AC4ED9;
}
</style>