Shades of Medium Orchid #AC4ED3
Tints of Medium Orchid #AC4ED3
RGB
CMYK
RGB Variations
Color information
#AC4ED3 (or 0xAC4ED3) is known color: Medium Orchid. HEX triplet: AC, 4E and D3. RGB value is (172,78,211). Sum of RGB (Red+Green+Blue) = 172+78+211=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC4ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4ED3 is #53B12C. Grayscale: #787878. Windows color (decimal): -5484845 or 13848236. OLE color: 13848236.
HSL color Cylindrical-coordinate representation of color #AC4ED3: hue angle of 282.41º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC4ED3 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 78 | 211 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.17 |
| HSL | 282.41º | 0.6% | 0.57% | - |
| HSV(B) | 282.41º | 0.63% | 0.83% | - |
| XYZ | 31.5 | 18.92 | 63.62 | - |
| YUV | 121.27 | 178.64 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 211 | 0.18 | 0.63 | 0 | 0.17 | 282.41 | 0.6 | 0.57 |
| Hex | AC | 4E | D3 | 12 | 3F | 0 | 11 | 11A | 3C | 39 |
| Octal | 254 | 116 | 323 | 22 | 77 | 0 | 21 | 432 | 74 | 71 |
| Binary | 10101100 | 1001110 | 11010011 | 10010 | 111111 | 0 | 10001 | 100011010 | 111100 | 111001 |
Color Harmonies of #AC4ED3
Complementary color
Monochromatic Colors of #AC4ED3
Black with #AC4ED3
Text Example
Text Example
White with #AC4ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4ED3; }
p { color: rgb(172,78,211); }
H1.HeaderClassName
{
color: #AC4ED3;
}
.AnyTagClassName
{
color: #AC4ED3;
}
</style>
background-color css
<style>
a { background-color: #AC4ED3; }
a { background-color: rgb(172,78,211); }
div.DivClassName
{
background-color: #AC4ED3;
}
.BgClassName
{
background-color: #AC4ED3;
}
</style>
border-color css
<style>
span { border-color: #AC4ED3; }
span { border-color: rgb(172,78,211); }
td.TdClassName
{
border-color: #AC4ED3;
}
.TagClassName
{
border-color: #AC4ED3;
}
</style>