Shades of London Hue #AC96AC
Tints of London Hue #AC96AC
RGB
CMYK
RGB Variations
Color information
#AC96AC (or 0xAC96AC) is known color: London Hue. HEX triplet: AC, 96 and AC. RGB value is (172,150,172). Sum of RGB (Red+Green+Blue) = 172+150+172=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC96AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC96AC is #536953. Grayscale: #9F9F9F. Windows color (decimal): -5466452 or 11310764. OLE color: 11310764.
HSL color Cylindrical-coordinate representation of color #AC96AC: hue angle of 300º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC96AC is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 150 | 172 | - |
CMYK | 0 | 0.13 | 0 | 0.33 |
HSL | 300º | 0.12% | 0.63% | - |
HSV(B) | 300º | 0.13% | 0.67% | - |
XYZ | 35.37 | 33.56 | 43.64 | - |
YUV | 159.09 | 135.29 | 137.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 150 | 172 | 0 | 0.13 | 0 | 0.33 | 300 | 0.12 | 0.63 |
Hex | AC | 96 | AC | 0 | D | 0 | 21 | 12C | C | 3F |
Octal | 254 | 226 | 254 | 0 | 15 | 0 | 41 | 454 | 14 | 77 |
Binary | 10101100 | 10010110 | 10101100 | 0 | 1101 | 0 | 100001 | 100101100 | 1100 | 111111 |
Color Harmonies of #AC96AC
Complementary color
Monochromatic Colors of #AC96AC
Black with #AC96AC
Text Example
Text Example
White with #AC96AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC96AC; }
p { color: rgb(172,150,172); }
H1.HeaderClassName
{
color: #AC96AC;
}
.AnyTagClassName
{
color: #AC96AC;
}
</style>
background-color css
<style>
a { background-color: #AC96AC; }
a { background-color: rgb(172,150,172); }
div.DivClassName
{
background-color: #AC96AC;
}
.BgClassName
{
background-color: #AC96AC;
}
</style>
border-color css
<style>
span { border-color: #AC96AC; }
span { border-color: rgb(172,150,172); }
td.TdClassName
{
border-color: #AC96AC;
}
.TagClassName
{
border-color: #AC96AC;
}
</style>