Shades of London Hue #AC81AF
Tints of London Hue #AC81AF
RGB
CMYK
RGB Variations
Color information
#AC81AF (or 0xAC81AF) is known color: London Hue. HEX triplet: AC, 81 and AF. RGB value is (172,129,175). Sum of RGB (Red+Green+Blue) = 172+129+175=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC81AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC81AF is #537E50. Grayscale: #929292. Windows color (decimal): -5471825 or 11501996. OLE color: 11501996.
HSL color Cylindrical-coordinate representation of color #AC81AF: hue angle of 296.09º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC81AF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 129 | 175 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.31 |
| HSL | 296.09º | 0.22% | 0.6% | - |
| HSV(B) | 296.09º | 0.26% | 0.69% | - |
| XYZ | 32.6 | 27.57 | 44.16 | - |
| YUV | 147.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 175 | 0.02 | 0.26 | 0 | 0.31 | 296.09 | 0.22 | 0.6 |
| Hex | AC | 81 | AF | 2 | 1A | 0 | 1F | 128 | 16 | 3C |
| Octal | 254 | 201 | 257 | 2 | 32 | 0 | 37 | 450 | 26 | 74 |
| Binary | 10101100 | 10000001 | 10101111 | 10 | 11010 | 0 | 11111 | 100101000 | 10110 | 111100 |
Color Harmonies of #AC81AF
Complementary color
Monochromatic Colors of #AC81AF
Black with #AC81AF
Text Example
Text Example
White with #AC81AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC81AF; }
p { color: rgb(172,129,175); }
H1.HeaderClassName
{
color: #AC81AF;
}
.AnyTagClassName
{
color: #AC81AF;
}
</style>
background-color css
<style>
a { background-color: #AC81AF; }
a { background-color: rgb(172,129,175); }
div.DivClassName
{
background-color: #AC81AF;
}
.BgClassName
{
background-color: #AC81AF;
}
</style>
border-color css
<style>
span { border-color: #AC81AF; }
span { border-color: rgb(172,129,175); }
td.TdClassName
{
border-color: #AC81AF;
}
.TagClassName
{
border-color: #AC81AF;
}
</style>