Shades of Medium Orchid #AC4CDA
Tints of Medium Orchid #AC4CDA
RGB
CMYK
RGB Variations
Color information
#AC4CDA (or 0xAC4CDA) is known color: Medium Orchid. HEX triplet: AC, 4C and DA. RGB value is (172,76,218). Sum of RGB (Red+Green+Blue) = 172+76+218=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC4CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4CDA is #53B325. Grayscale: #787878. Windows color (decimal): -5485350 or 14306476. OLE color: 14306476.
HSL color Cylindrical-coordinate representation of color #AC4CDA: hue angle of 280.56º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC4CDA is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 76 | 218 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.15 |
| HSL | 280.56º | 0.66% | 0.58% | - |
| HSV(B) | 280.56º | 0.65% | 0.85% | - |
| XYZ | 32.25 | 19 | 68.3 | - |
| YUV | 120.89 | 182.8 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 218 | 0.21 | 0.65 | 0 | 0.15 | 280.56 | 0.66 | 0.58 |
| Hex | AC | 4C | DA | 15 | 41 | 0 | F | 119 | 42 | 3A |
| Octal | 254 | 114 | 332 | 25 | 101 | 0 | 17 | 431 | 102 | 72 |
| Binary | 10101100 | 1001100 | 11011010 | 10101 | 1000001 | 0 | 1111 | 100011001 | 1000010 | 111010 |
Color Harmonies of #AC4CDA
Complementary color
Monochromatic Colors of #AC4CDA
Black with #AC4CDA
Text Example
Text Example
White with #AC4CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4CDA; }
p { color: rgb(172,76,218); }
H1.HeaderClassName
{
color: #AC4CDA;
}
.AnyTagClassName
{
color: #AC4CDA;
}
</style>
background-color css
<style>
a { background-color: #AC4CDA; }
a { background-color: rgb(172,76,218); }
div.DivClassName
{
background-color: #AC4CDA;
}
.BgClassName
{
background-color: #AC4CDA;
}
</style>
border-color css
<style>
span { border-color: #AC4CDA; }
span { border-color: rgb(172,76,218); }
td.TdClassName
{
border-color: #AC4CDA;
}
.TagClassName
{
border-color: #AC4CDA;
}
</style>