Shades of Medium Orchid #AC4DDD
Tints of Medium Orchid #AC4DDD
RGB
CMYK
RGB Variations
Color information
#AC4DDD (or 0xAC4DDD) is known color: Medium Orchid. HEX triplet: AC, 4D and DD. RGB value is (172,77,221). Sum of RGB (Red+Green+Blue) = 172+77+221=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC4DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DDD is #53B222. Grayscale: #797979. Windows color (decimal): -5485091 or 14503340. OLE color: 14503340.
HSL color Cylindrical-coordinate representation of color #AC4DDD: hue angle of 279.58º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC4DDD is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 77 | 221 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.13 |
| HSL | 279.58º | 0.68% | 0.58% | - |
| HSV(B) | 279.58º | 0.65% | 0.87% | - |
| XYZ | 32.72 | 19.3 | 70.41 | - |
| YUV | 121.82 | 183.97 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 221 | 0.22 | 0.65 | 0 | 0.13 | 279.58 | 0.68 | 0.58 |
| Hex | AC | 4D | DD | 16 | 41 | 0 | D | 118 | 44 | 3A |
| Octal | 254 | 115 | 335 | 26 | 101 | 0 | 15 | 430 | 104 | 72 |
| Binary | 10101100 | 1001101 | 11011101 | 10110 | 1000001 | 0 | 1101 | 100011000 | 1000100 | 111010 |
Color Harmonies of #AC4DDD
Complementary color
Monochromatic Colors of #AC4DDD
Black with #AC4DDD
Text Example
Text Example
White with #AC4DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4DDD; }
p { color: rgb(172,77,221); }
H1.HeaderClassName
{
color: #AC4DDD;
}
.AnyTagClassName
{
color: #AC4DDD;
}
</style>
background-color css
<style>
a { background-color: #AC4DDD; }
a { background-color: rgb(172,77,221); }
div.DivClassName
{
background-color: #AC4DDD;
}
.BgClassName
{
background-color: #AC4DDD;
}
</style>
border-color css
<style>
span { border-color: #AC4DDD; }
span { border-color: rgb(172,77,221); }
td.TdClassName
{
border-color: #AC4DDD;
}
.TagClassName
{
border-color: #AC4DDD;
}
</style>