Shades of London Hue #AC89AC
Tints of London Hue #AC89AC
RGB
CMYK
RGB Variations
Color information
#AC89AC (or 0xAC89AC) is known color: London Hue. HEX triplet: AC, 89 and AC. RGB value is (172,137,172). Sum of RGB (Red+Green+Blue) = 172+137+172=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC89AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC89AC is #537653. Grayscale: #979797. Windows color (decimal): -5469780 or 11307436. OLE color: 11307436.
HSL color Cylindrical-coordinate representation of color #AC89AC: hue angle of 300º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC89AC is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 137 | 172 | - |
CMYK | 0 | 0.20 | 0 | 0.33 |
HSL | 300º | 0.17% | 0.61% | - |
HSV(B) | 300º | 0.2% | 0.67% | - |
XYZ | 33.41 | 29.64 | 42.99 | - |
YUV | 151.46 | 139.6 | 142.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 137 | 172 | 0 | 0.20 | 0 | 0.33 | 300 | 0.17 | 0.61 |
Hex | AC | 89 | AC | 0 | 14 | 0 | 21 | 12C | 11 | 3D |
Octal | 254 | 211 | 254 | 0 | 24 | 0 | 41 | 454 | 21 | 75 |
Binary | 10101100 | 10001001 | 10101100 | 0 | 10100 | 0 | 100001 | 100101100 | 10001 | 111101 |
Color Harmonies of #AC89AC
Complementary color
Monochromatic Colors of #AC89AC
Black with #AC89AC
Text Example
Text Example
White with #AC89AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC89AC; }
p { color: rgb(172,137,172); }
H1.HeaderClassName
{
color: #AC89AC;
}
.AnyTagClassName
{
color: #AC89AC;
}
</style>
background-color css
<style>
a { background-color: #AC89AC; }
a { background-color: rgb(172,137,172); }
div.DivClassName
{
background-color: #AC89AC;
}
.BgClassName
{
background-color: #AC89AC;
}
</style>
border-color css
<style>
span { border-color: #AC89AC; }
span { border-color: rgb(172,137,172); }
td.TdClassName
{
border-color: #AC89AC;
}
.TagClassName
{
border-color: #AC89AC;
}
</style>