Shades of London Hue #AC93AC
Tints of London Hue #AC93AC
RGB
CMYK
RGB Variations
Color information
#AC93AC (or 0xAC93AC) is known color: London Hue. HEX triplet: AC, 93 and AC. RGB value is (172,147,172). Sum of RGB (Red+Green+Blue) = 172+147+172=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC93AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93AC is #536C53. Grayscale: #9D9D9D. Windows color (decimal): -5467220 or 11309996. OLE color: 11309996.
HSL color Cylindrical-coordinate representation of color #AC93AC: hue angle of 300º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC93AC is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 147 | 172 | - |
CMYK | 0 | 0.15 | 0 | 0.33 |
HSL | 300º | 0.13% | 0.63% | - |
HSV(B) | 300º | 0.15% | 0.67% | - |
XYZ | 34.89 | 32.62 | 43.49 | - |
YUV | 157.33 | 136.28 | 138.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 147 | 172 | 0 | 0.15 | 0 | 0.33 | 300 | 0.13 | 0.63 |
Hex | AC | 93 | AC | 0 | F | 0 | 21 | 12C | D | 3F |
Octal | 254 | 223 | 254 | 0 | 17 | 0 | 41 | 454 | 15 | 77 |
Binary | 10101100 | 10010011 | 10101100 | 0 | 1111 | 0 | 100001 | 100101100 | 1101 | 111111 |
Color Harmonies of #AC93AC
Complementary color
Monochromatic Colors of #AC93AC
Black with #AC93AC
Text Example
Text Example
White with #AC93AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC93AC; }
p { color: rgb(172,147,172); }
H1.HeaderClassName
{
color: #AC93AC;
}
.AnyTagClassName
{
color: #AC93AC;
}
</style>
background-color css
<style>
a { background-color: #AC93AC; }
a { background-color: rgb(172,147,172); }
div.DivClassName
{
background-color: #AC93AC;
}
.BgClassName
{
background-color: #AC93AC;
}
</style>
border-color css
<style>
span { border-color: #AC93AC; }
span { border-color: rgb(172,147,172); }
td.TdClassName
{
border-color: #AC93AC;
}
.TagClassName
{
border-color: #AC93AC;
}
</style>