Shades of Medium Purple #AC7BDB
Tints of Medium Purple #AC7BDB
RGB
CMYK
RGB Variations
Color information
#AC7BDB (or 0xAC7BDB) is known color: Medium Purple. HEX triplet: AC, 7B and DB. RGB value is (172,123,219). Sum of RGB (Red+Green+Blue) = 172+123+219=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC7BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7BDB is #538424. Grayscale: #949494. Windows color (decimal): -5473317 or 14384044. OLE color: 14384044.
HSL color Cylindrical-coordinate representation of color #AC7BDB: hue angle of 270.62º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC7BDB is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 123 | 219 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.14 |
| HSL | 270.63º | 0.57% | 0.67% | - |
| HSV(B) | 270.63º | 0.44% | 0.86% | - |
| XYZ | 36.88 | 28.05 | 70.49 | - |
| YUV | 148.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 219 | 0.21 | 0.44 | 0 | 0.14 | 270.63 | 0.57 | 0.67 |
| Hex | AC | 7B | DB | 15 | 2C | 0 | E | 10F | 39 | 43 |
| Octal | 254 | 173 | 333 | 25 | 54 | 0 | 16 | 417 | 71 | 103 |
| Binary | 10101100 | 1111011 | 11011011 | 10101 | 101100 | 0 | 1110 | 100001111 | 111001 | 1000011 |
Color Harmonies of #AC7BDB
Complementary color
Monochromatic Colors of #AC7BDB
Black with #AC7BDB
Text Example
Text Example
White with #AC7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7BDB; }
p { color: rgb(172,123,219); }
H1.HeaderClassName
{
color: #AC7BDB;
}
.AnyTagClassName
{
color: #AC7BDB;
}
</style>
background-color css
<style>
a { background-color: #AC7BDB; }
a { background-color: rgb(172,123,219); }
div.DivClassName
{
background-color: #AC7BDB;
}
.BgClassName
{
background-color: #AC7BDB;
}
</style>
border-color css
<style>
span { border-color: #AC7BDB; }
span { border-color: rgb(172,123,219); }
td.TdClassName
{
border-color: #AC7BDB;
}
.TagClassName
{
border-color: #AC7BDB;
}
</style>