Shades of Medium Orchid #AC4FDB
Tints of Medium Orchid #AC4FDB
RGB
CMYK
RGB Variations
Color information
#AC4FDB (or 0xAC4FDB) is known color: Medium Orchid. HEX triplet: AC, 4F and DB. RGB value is (172,79,219). Sum of RGB (Red+Green+Blue) = 172+79+219=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC4FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FDB is #53B024. Grayscale: #7A7A7A. Windows color (decimal): -5484581 or 14372780. OLE color: 14372780.
HSL color Cylindrical-coordinate representation of color #AC4FDB: hue angle of 279.86º 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 #AC4FDB is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 79 | 219 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.14 |
| HSL | 279.86º | 0.66% | 0.58% | - |
| HSV(B) | 279.86º | 0.64% | 0.86% | - |
| XYZ | 32.6 | 19.48 | 69.06 | - |
| YUV | 122.77 | 182.31 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 79 | 219 | 0.21 | 0.64 | 0 | 0.14 | 279.86 | 0.66 | 0.58 |
| Hex | AC | 4F | DB | 15 | 40 | 0 | E | 118 | 42 | 3A |
| Octal | 254 | 117 | 333 | 25 | 100 | 0 | 16 | 430 | 102 | 72 |
| Binary | 10101100 | 1001111 | 11011011 | 10101 | 1000000 | 0 | 1110 | 100011000 | 1000010 | 111010 |
Color Harmonies of #AC4FDB
Complementary color
Monochromatic Colors of #AC4FDB
Black with #AC4FDB
Text Example
Text Example
White with #AC4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4FDB; }
p { color: rgb(172,79,219); }
H1.HeaderClassName
{
color: #AC4FDB;
}
.AnyTagClassName
{
color: #AC4FDB;
}
</style>
background-color css
<style>
a { background-color: #AC4FDB; }
a { background-color: rgb(172,79,219); }
div.DivClassName
{
background-color: #AC4FDB;
}
.BgClassName
{
background-color: #AC4FDB;
}
</style>
border-color css
<style>
span { border-color: #AC4FDB; }
span { border-color: rgb(172,79,219); }
td.TdClassName
{
border-color: #AC4FDB;
}
.TagClassName
{
border-color: #AC4FDB;
}
</style>