Shades of Medium Orchid #AC4BDB
Tints of Medium Orchid #AC4BDB
RGB
CMYK
RGB Variations
Color information
#AC4BDB (or 0xAC4BDB) is known color: Medium Orchid. HEX triplet: AC, 4B and DB. RGB value is (172,75,219). Sum of RGB (Red+Green+Blue) = 172+75+219=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC4BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4BDB is #53B424. Grayscale: #777777. Windows color (decimal): -5485605 or 14371756. OLE color: 14371756.
HSL color Cylindrical-coordinate representation of color #AC4BDB: hue angle of 280.42º degrees, saturation: 0.67, 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 #AC4BDB is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 75 | 219 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.14 |
| HSL | 280.42º | 0.67% | 0.58% | - |
| HSV(B) | 280.42º | 0.66% | 0.86% | - |
| XYZ | 32.32 | 18.92 | 68.97 | - |
| YUV | 120.42 | 183.64 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 219 | 0.21 | 0.66 | 0 | 0.14 | 280.42 | 0.67 | 0.58 |
| Hex | AC | 4B | DB | 15 | 42 | 0 | E | 118 | 43 | 3A |
| Octal | 254 | 113 | 333 | 25 | 102 | 0 | 16 | 430 | 103 | 72 |
| Binary | 10101100 | 1001011 | 11011011 | 10101 | 1000010 | 0 | 1110 | 100011000 | 1000011 | 111010 |
Color Harmonies of #AC4BDB
Complementary color
Monochromatic Colors of #AC4BDB
Black with #AC4BDB
Text Example
Text Example
White with #AC4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4BDB; }
p { color: rgb(172,75,219); }
H1.HeaderClassName
{
color: #AC4BDB;
}
.AnyTagClassName
{
color: #AC4BDB;
}
</style>
background-color css
<style>
a { background-color: #AC4BDB; }
a { background-color: rgb(172,75,219); }
div.DivClassName
{
background-color: #AC4BDB;
}
.BgClassName
{
background-color: #AC4BDB;
}
</style>
border-color css
<style>
span { border-color: #AC4BDB; }
span { border-color: rgb(172,75,219); }
td.TdClassName
{
border-color: #AC4BDB;
}
.TagClassName
{
border-color: #AC4BDB;
}
</style>