Shades of Medium Orchid #AC4EDA
Tints of Medium Orchid #AC4EDA
RGB
CMYK
RGB Variations
Color information
#AC4EDA (or 0xAC4EDA) is known color: Medium Orchid. HEX triplet: AC, 4E and DA. RGB value is (172,78,218). Sum of RGB (Red+Green+Blue) = 172+78+218=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC4EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4EDA is #53B125. Grayscale: #797979. Windows color (decimal): -5484838 or 14306988. OLE color: 14306988.
HSL color Cylindrical-coordinate representation of color #AC4EDA: hue angle of 280.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC4EDA is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 78 | 218 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.15 |
| HSL | 280.29º | 0.65% | 0.58% | - |
| HSV(B) | 280.29º | 0.64% | 0.85% | - |
| XYZ | 32.39 | 19.28 | 68.34 | - |
| YUV | 122.07 | 182.14 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 218 | 0.21 | 0.64 | 0 | 0.15 | 280.29 | 0.65 | 0.58 |
| Hex | AC | 4E | DA | 15 | 40 | 0 | F | 118 | 41 | 3A |
| Octal | 254 | 116 | 332 | 25 | 100 | 0 | 17 | 430 | 101 | 72 |
| Binary | 10101100 | 1001110 | 11011010 | 10101 | 1000000 | 0 | 1111 | 100011000 | 1000001 | 111010 |
Color Harmonies of #AC4EDA
Complementary color
Monochromatic Colors of #AC4EDA
Black with #AC4EDA
Text Example
Text Example
White with #AC4EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4EDA; }
p { color: rgb(172,78,218); }
H1.HeaderClassName
{
color: #AC4EDA;
}
.AnyTagClassName
{
color: #AC4EDA;
}
</style>
background-color css
<style>
a { background-color: #AC4EDA; }
a { background-color: rgb(172,78,218); }
div.DivClassName
{
background-color: #AC4EDA;
}
.BgClassName
{
background-color: #AC4EDA;
}
</style>
border-color css
<style>
span { border-color: #AC4EDA; }
span { border-color: rgb(172,78,218); }
td.TdClassName
{
border-color: #AC4EDA;
}
.TagClassName
{
border-color: #AC4EDA;
}
</style>