Shades of Medium Orchid #AC4EDB
Tints of Medium Orchid #AC4EDB
RGB
CMYK
RGB Variations
Color information
#AC4EDB (or 0xAC4EDB) is known color: Medium Orchid. HEX triplet: AC, 4E and DB. RGB value is (172,78,219). Sum of RGB (Red+Green+Blue) = 172+78+219=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC4EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4EDB is #53B124. Grayscale: #797979. Windows color (decimal): -5484837 or 14372524. OLE color: 14372524.
HSL color Cylindrical-coordinate representation of color #AC4EDB: hue angle of 280º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC4EDB is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 78 | 219 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.14 |
| HSL | 280º | 0.66% | 0.58% | - |
| HSV(B) | 280º | 0.64% | 0.86% | - |
| XYZ | 32.52 | 19.33 | 69.04 | - |
| YUV | 122.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 219 | 0.21 | 0.64 | 0 | 0.14 | 280 | 0.66 | 0.58 |
| Hex | AC | 4E | DB | 15 | 40 | 0 | E | 118 | 42 | 3A |
| Octal | 254 | 116 | 333 | 25 | 100 | 0 | 16 | 430 | 102 | 72 |
| Binary | 10101100 | 1001110 | 11011011 | 10101 | 1000000 | 0 | 1110 | 100011000 | 1000010 | 111010 |
Color Harmonies of #AC4EDB
Complementary color
Monochromatic Colors of #AC4EDB
Black with #AC4EDB
Text Example
Text Example
White with #AC4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4EDB; }
p { color: rgb(172,78,219); }
H1.HeaderClassName
{
color: #AC4EDB;
}
.AnyTagClassName
{
color: #AC4EDB;
}
</style>
background-color css
<style>
a { background-color: #AC4EDB; }
a { background-color: rgb(172,78,219); }
div.DivClassName
{
background-color: #AC4EDB;
}
.BgClassName
{
background-color: #AC4EDB;
}
</style>
border-color css
<style>
span { border-color: #AC4EDB; }
span { border-color: rgb(172,78,219); }
td.TdClassName
{
border-color: #AC4EDB;
}
.TagClassName
{
border-color: #AC4EDB;
}
</style>