Shades of London Hue #AC7DAC
Tints of London Hue #AC7DAC
RGB
CMYK
RGB Variations
Color information
#AC7DAC (or 0xAC7DAC) is known color: London Hue. HEX triplet: AC, 7D and AC. RGB value is (172,125,172). Sum of RGB (Red+Green+Blue) = 172+125+172=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC7DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7DAC is #538253. Grayscale: #909090. Windows color (decimal): -5472852 or 11304364. OLE color: 11304364.
HSL color Cylindrical-coordinate representation of color #AC7DAC: hue angle of 300º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC7DAC is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 125 | 172 | - |
CMYK | 0 | 0.27 | 0 | 0.33 |
HSL | 300º | 0.22% | 0.58% | - |
HSV(B) | 300º | 0.27% | 0.67% | - |
XYZ | 31.79 | 26.42 | 42.45 | - |
YUV | 144.41 | 143.57 | 147.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 125 | 172 | 0 | 0.27 | 0 | 0.33 | 300 | 0.22 | 0.58 |
Hex | AC | 7D | AC | 0 | 1B | 0 | 21 | 12C | 16 | 3A |
Octal | 254 | 175 | 254 | 0 | 33 | 0 | 41 | 454 | 26 | 72 |
Binary | 10101100 | 1111101 | 10101100 | 0 | 11011 | 0 | 100001 | 100101100 | 10110 | 111010 |
Color Harmonies of #AC7DAC
Complementary color
Monochromatic Colors of #AC7DAC
Black with #AC7DAC
Text Example
Text Example
White with #AC7DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7DAC; }
p { color: rgb(172,125,172); }
H1.HeaderClassName
{
color: #AC7DAC;
}
.AnyTagClassName
{
color: #AC7DAC;
}
</style>
background-color css
<style>
a { background-color: #AC7DAC; }
a { background-color: rgb(172,125,172); }
div.DivClassName
{
background-color: #AC7DAC;
}
.BgClassName
{
background-color: #AC7DAC;
}
</style>
border-color css
<style>
span { border-color: #AC7DAC; }
span { border-color: rgb(172,125,172); }
td.TdClassName
{
border-color: #AC7DAC;
}
.TagClassName
{
border-color: #AC7DAC;
}
</style>