Shades of London Hue #AC7DB1
Tints of London Hue #AC7DB1
RGB
CMYK
RGB Variations
Color information
#AC7DB1 (or 0xAC7DB1) is known color: London Hue. HEX triplet: AC, 7D and B1. RGB value is (172,125,177). Sum of RGB (Red+Green+Blue) = 172+125+177=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC7DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7DB1 is #53824E. Grayscale: #909090. Windows color (decimal): -5472847 or 11632044. OLE color: 11632044.
HSL color Cylindrical-coordinate representation of color #AC7DB1: hue angle of 294.23º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC7DB1 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 125 | 177 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.31 |
| HSL | 294.23º | 0.25% | 0.59% | - |
| HSV(B) | 294.23º | 0.29% | 0.69% | - |
| XYZ | 32.28 | 26.61 | 45.03 | - |
| YUV | 144.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 177 | 0.03 | 0.29 | 0 | 0.31 | 294.23 | 0.25 | 0.59 |
| Hex | AC | 7D | B1 | 3 | 1D | 0 | 1F | 126 | 19 | 3B |
| Octal | 254 | 175 | 261 | 3 | 35 | 0 | 37 | 446 | 31 | 73 |
| Binary | 10101100 | 1111101 | 10110001 | 11 | 11101 | 0 | 11111 | 100100110 | 11001 | 111011 |
Color Harmonies of #AC7DB1
Complementary color
Monochromatic Colors of #AC7DB1
Black with #AC7DB1
Text Example
Text Example
White with #AC7DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7DB1; }
p { color: rgb(172,125,177); }
H1.HeaderClassName
{
color: #AC7DB1;
}
.AnyTagClassName
{
color: #AC7DB1;
}
</style>
background-color css
<style>
a { background-color: #AC7DB1; }
a { background-color: rgb(172,125,177); }
div.DivClassName
{
background-color: #AC7DB1;
}
.BgClassName
{
background-color: #AC7DB1;
}
</style>
border-color css
<style>
span { border-color: #AC7DB1; }
span { border-color: rgb(172,125,177); }
td.TdClassName
{
border-color: #AC7DB1;
}
.TagClassName
{
border-color: #AC7DB1;
}
</style>