Shades of London Hue #AF8DAC
Tints of London Hue #AF8DAC
RGB
CMYK
RGB Variations
Color information
#AF8DAC (or 0xAF8DAC) is known color: London Hue. HEX triplet: AF, 8D and AC. RGB value is (175,141,172). Sum of RGB (Red+Green+Blue) = 175+141+172=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8DAC is #507253. Grayscale: #9A9A9A. Windows color (decimal): -5272148 or 11308463. OLE color: 11308463.
HSL color Cylindrical-coordinate representation of color #AF8DAC: hue angle of 305.29º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF8DAC is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 172 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.31 |
| HSL | 305.29º | 0.18% | 0.62% | - |
| HSV(B) | 305.29º | 0.19% | 0.69% | - |
| XYZ | 34.65 | 31.14 | 43.21 | - |
| YUV | 154.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 172 | 0 | 0.19 | 0.02 | 0.31 | 305.29 | 0.18 | 0.62 |
| Hex | AF | 8D | AC | 0 | 13 | 2 | 1F | 131 | 12 | 3E |
| Octal | 257 | 215 | 254 | 0 | 23 | 2 | 37 | 461 | 22 | 76 |
| Binary | 10101111 | 10001101 | 10101100 | 0 | 10011 | 10 | 11111 | 100110001 | 10010 | 111110 |
Color Harmonies of #AF8DAC
Complementary color
Monochromatic Colors of #AF8DAC
Black with #AF8DAC
Text Example
Text Example
White with #AF8DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8DAC; }
p { color: rgb(175,141,172); }
H1.HeaderClassName
{
color: #AF8DAC;
}
.AnyTagClassName
{
color: #AF8DAC;
}
</style>
background-color css
<style>
a { background-color: #AF8DAC; }
a { background-color: rgb(175,141,172); }
div.DivClassName
{
background-color: #AF8DAC;
}
.BgClassName
{
background-color: #AF8DAC;
}
</style>
border-color css
<style>
span { border-color: #AF8DAC; }
span { border-color: rgb(175,141,172); }
td.TdClassName
{
border-color: #AF8DAC;
}
.TagClassName
{
border-color: #AF8DAC;
}
</style>