Shades of Medium Orchid #AC4DD4
Tints of Medium Orchid #AC4DD4
RGB
CMYK
RGB Variations
Color information
#AC4DD4 (or 0xAC4DD4) is known color: Medium Orchid. HEX triplet: AC, 4D and D4. RGB value is (172,77,212). Sum of RGB (Red+Green+Blue) = 172+77+212=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC4DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DD4 is #53B22B. Grayscale: #787878. Windows color (decimal): -5485100 or 13913516. OLE color: 13913516.
HSL color Cylindrical-coordinate representation of color #AC4DD4: hue angle of 282.22º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC4DD4 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 77 | 212 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.17 |
| HSL | 282.22º | 0.61% | 0.57% | - |
| HSV(B) | 282.22º | 0.64% | 0.83% | - |
| XYZ | 31.55 | 18.83 | 64.26 | - |
| YUV | 120.8 | 179.47 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 212 | 0.19 | 0.64 | 0 | 0.17 | 282.22 | 0.61 | 0.57 |
| Hex | AC | 4D | D4 | 13 | 40 | 0 | 11 | 11A | 3D | 39 |
| Octal | 254 | 115 | 324 | 23 | 100 | 0 | 21 | 432 | 75 | 71 |
| Binary | 10101100 | 1001101 | 11010100 | 10011 | 1000000 | 0 | 10001 | 100011010 | 111101 | 111001 |
Color Harmonies of #AC4DD4
Complementary color
Monochromatic Colors of #AC4DD4
Black with #AC4DD4
Text Example
Text Example
White with #AC4DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4DD4; }
p { color: rgb(172,77,212); }
H1.HeaderClassName
{
color: #AC4DD4;
}
.AnyTagClassName
{
color: #AC4DD4;
}
</style>
background-color css
<style>
a { background-color: #AC4DD4; }
a { background-color: rgb(172,77,212); }
div.DivClassName
{
background-color: #AC4DD4;
}
.BgClassName
{
background-color: #AC4DD4;
}
</style>
border-color css
<style>
span { border-color: #AC4DD4; }
span { border-color: rgb(172,77,212); }
td.TdClassName
{
border-color: #AC4DD4;
}
.TagClassName
{
border-color: #AC4DD4;
}
</style>