Shades of London Hue #AC7DA8
Tints of London Hue #AC7DA8
RGB
CMYK
RGB Variations
Color information
#AC7DA8 (or 0xAC7DA8) is known color: London Hue. HEX triplet: AC, 7D and A8. RGB value is (172,125,168). Sum of RGB (Red+Green+Blue) = 172+125+168=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7DA8 is #538257. Grayscale: #8F8F8F. Windows color (decimal): -5472856 or 11042220. OLE color: 11042220.
HSL color Cylindrical-coordinate representation of color #AC7DA8: hue angle of 305.11º 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 #AC7DA8 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 125 | 168 | - |
CMYK | 0 | 0.27 | 0.02 | 0.33 |
HSL | 305.11º | 0.22% | 0.58% | - |
HSV(B) | 305.11º | 0.27% | 0.67% | - |
XYZ | 31.41 | 26.27 | 40.46 | - |
YUV | 143.96 | 141.57 | 148 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 125 | 168 | 0 | 0.27 | 0.02 | 0.33 | 305.11 | 0.22 | 0.58 |
Hex | AC | 7D | A8 | 0 | 1B | 2 | 21 | 131 | 16 | 3A |
Octal | 254 | 175 | 250 | 0 | 33 | 2 | 41 | 461 | 26 | 72 |
Binary | 10101100 | 1111101 | 10101000 | 0 | 11011 | 10 | 100001 | 100110001 | 10110 | 111010 |
Color Harmonies of #AC7DA8
Complementary color
Monochromatic Colors of #AC7DA8
Black with #AC7DA8
Text Example
Text Example
White with #AC7DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7DA8; }
p { color: rgb(172,125,168); }
H1.HeaderClassName
{
color: #AC7DA8;
}
.AnyTagClassName
{
color: #AC7DA8;
}
</style>
background-color css
<style>
a { background-color: #AC7DA8; }
a { background-color: rgb(172,125,168); }
div.DivClassName
{
background-color: #AC7DA8;
}
.BgClassName
{
background-color: #AC7DA8;
}
</style>
border-color css
<style>
span { border-color: #AC7DA8; }
span { border-color: rgb(172,125,168); }
td.TdClassName
{
border-color: #AC7DA8;
}
.TagClassName
{
border-color: #AC7DA8;
}
</style>