Shades of Medium Purple #AC7ADB
Tints of Medium Purple #AC7ADB
RGB
CMYK
RGB Variations
Color information
#AC7ADB (or 0xAC7ADB) is known color: Medium Purple. HEX triplet: AC, 7A and DB. RGB value is (172,122,219). Sum of RGB (Red+Green+Blue) = 172+122+219=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC7ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7ADB is #538524. Grayscale: #939393. Windows color (decimal): -5473573 or 14383788. OLE color: 14383788.
HSL color Cylindrical-coordinate representation of color #AC7ADB: hue angle of 270.93º 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 #AC7ADB is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 122 | 219 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.14 |
| HSL | 270.93º | 0.57% | 0.67% | - |
| HSV(B) | 270.93º | 0.44% | 0.86% | - |
| XYZ | 36.76 | 27.8 | 70.45 | - |
| YUV | 148.01 | 168.07 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 219 | 0.21 | 0.44 | 0 | 0.14 | 270.93 | 0.57 | 0.67 |
| Hex | AC | 7A | DB | 15 | 2C | 0 | E | 10F | 39 | 43 |
| Octal | 254 | 172 | 333 | 25 | 54 | 0 | 16 | 417 | 71 | 103 |
| Binary | 10101100 | 1111010 | 11011011 | 10101 | 101100 | 0 | 1110 | 100001111 | 111001 | 1000011 |
Color Harmonies of #AC7ADB
Complementary color
Monochromatic Colors of #AC7ADB
Black with #AC7ADB
Text Example
Text Example
White with #AC7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7ADB; }
p { color: rgb(172,122,219); }
H1.HeaderClassName
{
color: #AC7ADB;
}
.AnyTagClassName
{
color: #AC7ADB;
}
</style>
background-color css
<style>
a { background-color: #AC7ADB; }
a { background-color: rgb(172,122,219); }
div.DivClassName
{
background-color: #AC7ADB;
}
.BgClassName
{
background-color: #AC7ADB;
}
</style>
border-color css
<style>
span { border-color: #AC7ADB; }
span { border-color: rgb(172,122,219); }
td.TdClassName
{
border-color: #AC7ADB;
}
.TagClassName
{
border-color: #AC7ADB;
}
</style>