Shades of London Hue #AC7FA8
Tints of London Hue #AC7FA8
RGB
CMYK
RGB Variations
Color information
#AC7FA8 (or 0xAC7FA8) is known color: London Hue. HEX triplet: AC, 7F and A8. RGB value is (172,127,168). Sum of RGB (Red+Green+Blue) = 172+127+168=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7FA8 is #538057. Grayscale: #919191. Windows color (decimal): -5472344 or 11042732. OLE color: 11042732.
HSL color Cylindrical-coordinate representation of color #AC7FA8: hue angle of 305.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC7FA8 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 168 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.33 |
| HSL | 305.33º | 0.21% | 0.59% | - |
| HSV(B) | 305.33º | 0.26% | 0.67% | - |
| XYZ | 31.67 | 26.78 | 40.54 | - |
| YUV | 145.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 168 | 0 | 0.26 | 0.02 | 0.33 | 305.33 | 0.21 | 0.59 |
| Hex | AC | 7F | A8 | 0 | 1A | 2 | 21 | 131 | 15 | 3B |
| Octal | 254 | 177 | 250 | 0 | 32 | 2 | 41 | 461 | 25 | 73 |
| Binary | 10101100 | 1111111 | 10101000 | 0 | 11010 | 10 | 100001 | 100110001 | 10101 | 111011 |
Color Harmonies of #AC7FA8
Complementary color
Monochromatic Colors of #AC7FA8
Black with #AC7FA8
Text Example
Text Example
White with #AC7FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7FA8; }
p { color: rgb(172,127,168); }
H1.HeaderClassName
{
color: #AC7FA8;
}
.AnyTagClassName
{
color: #AC7FA8;
}
</style>
background-color css
<style>
a { background-color: #AC7FA8; }
a { background-color: rgb(172,127,168); }
div.DivClassName
{
background-color: #AC7FA8;
}
.BgClassName
{
background-color: #AC7FA8;
}
</style>
border-color css
<style>
span { border-color: #AC7FA8; }
span { border-color: rgb(172,127,168); }
td.TdClassName
{
border-color: #AC7FA8;
}
.TagClassName
{
border-color: #AC7FA8;
}
</style>