Shades of Medium Orchid #AC4ADC
Tints of Medium Orchid #AC4ADC
RGB
CMYK
RGB Variations
Color information
#AC4ADC (or 0xAC4ADC) is known color: Medium Orchid. HEX triplet: AC, 4A and DC. RGB value is (172,74,220). Sum of RGB (Red+Green+Blue) = 172+74+220=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC4ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4ADC is #53B523. Grayscale: #777777. Windows color (decimal): -5485860 or 14437036. OLE color: 14437036.
HSL color Cylindrical-coordinate representation of color #AC4ADC: hue angle of 280.27º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC4ADC is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 74 | 220 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.14 |
| HSL | 280.27º | 0.68% | 0.58% | - |
| HSV(B) | 280.27º | 0.66% | 0.86% | - |
| XYZ | 32.38 | 18.84 | 69.64 | - |
| YUV | 119.95 | 184.47 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 220 | 0.22 | 0.66 | 0 | 0.14 | 280.27 | 0.68 | 0.58 |
| Hex | AC | 4A | DC | 16 | 42 | 0 | E | 118 | 44 | 3A |
| Octal | 254 | 112 | 334 | 26 | 102 | 0 | 16 | 430 | 104 | 72 |
| Binary | 10101100 | 1001010 | 11011100 | 10110 | 1000010 | 0 | 1110 | 100011000 | 1000100 | 111010 |
Color Harmonies of #AC4ADC
Complementary color
Monochromatic Colors of #AC4ADC
Black with #AC4ADC
Text Example
Text Example
White with #AC4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4ADC; }
p { color: rgb(172,74,220); }
H1.HeaderClassName
{
color: #AC4ADC;
}
.AnyTagClassName
{
color: #AC4ADC;
}
</style>
background-color css
<style>
a { background-color: #AC4ADC; }
a { background-color: rgb(172,74,220); }
div.DivClassName
{
background-color: #AC4ADC;
}
.BgClassName
{
background-color: #AC4ADC;
}
</style>
border-color css
<style>
span { border-color: #AC4ADC; }
span { border-color: rgb(172,74,220); }
td.TdClassName
{
border-color: #AC4ADC;
}
.TagClassName
{
border-color: #AC4ADC;
}
</style>