Shades of Medium Orchid #AC4ACD
Tints of Medium Orchid #AC4ACD
RGB
CMYK
RGB Variations
Color information
#AC4ACD (or 0xAC4ACD) is known color: Medium Orchid. HEX triplet: AC, 4A and CD. RGB value is (172,74,205). Sum of RGB (Red+Green+Blue) = 172+74+205=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC4ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4ACD is #53B532. Grayscale: #757575. Windows color (decimal): -5485875 or 13453996. OLE color: 13453996.
HSL color Cylindrical-coordinate representation of color #AC4ACD: hue angle of 284.89º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC4ACD is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 74 | 205 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.20 |
| HSL | 284.89º | 0.57% | 0.55% | - |
| HSV(B) | 284.89º | 0.64% | 0.8% | - |
| XYZ | 30.48 | 18.08 | 59.64 | - |
| YUV | 118.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 205 | 0.16 | 0.64 | 0 | 0.20 | 284.89 | 0.57 | 0.55 |
| Hex | AC | 4A | CD | 10 | 40 | 0 | 14 | 11D | 39 | 37 |
| Octal | 254 | 112 | 315 | 20 | 100 | 0 | 24 | 435 | 71 | 67 |
| Binary | 10101100 | 1001010 | 11001101 | 10000 | 1000000 | 0 | 10100 | 100011101 | 111001 | 110111 |
Color Harmonies of #AC4ACD
Complementary color
Monochromatic Colors of #AC4ACD
Black with #AC4ACD
Text Example
Text Example
White with #AC4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4ACD; }
p { color: rgb(172,74,205); }
H1.HeaderClassName
{
color: #AC4ACD;
}
.AnyTagClassName
{
color: #AC4ACD;
}
</style>
background-color css
<style>
a { background-color: #AC4ACD; }
a { background-color: rgb(172,74,205); }
div.DivClassName
{
background-color: #AC4ACD;
}
.BgClassName
{
background-color: #AC4ACD;
}
</style>
border-color css
<style>
span { border-color: #AC4ACD; }
span { border-color: rgb(172,74,205); }
td.TdClassName
{
border-color: #AC4ACD;
}
.TagClassName
{
border-color: #AC4ACD;
}
</style>