Shades of London Hue #AF8CAC
Tints of London Hue #AF8CAC
RGB
CMYK
RGB Variations
Color information
#AF8CAC (or 0xAF8CAC) is known color: London Hue. HEX triplet: AF, 8C and AC. RGB value is (175,140,172). Sum of RGB (Red+Green+Blue) = 175+140+172=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8CAC is #507353. Grayscale: #9A9A9A. Windows color (decimal): -5272404 or 11308207. OLE color: 11308207.
HSL color Cylindrical-coordinate representation of color #AF8CAC: hue angle of 305.14º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF8CAC is Cyan = 0, Magento = 0.2, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 172 | - |
| CMYK | 0 | 0.2 | 0.02 | 0.31 |
| HSL | 305.14º | 0.18% | 0.62% | - |
| HSV(B) | 305.14º | 0.2% | 0.69% | - |
| XYZ | 34.5 | 30.85 | 43.17 | - |
| YUV | 154.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 172 | 0 | 0.2 | 0.02 | 0.31 | 305.14 | 0.18 | 0.62 |
| Hex | AF | 8C | AC | 0 | 14 | 2 | 1F | 131 | 12 | 3E |
| Octal | 257 | 214 | 254 | 0 | 24 | 2 | 37 | 461 | 22 | 76 |
| Binary | 10101111 | 10001100 | 10101100 | 0 | 10100 | 10 | 11111 | 100110001 | 10010 | 111110 |
Color Harmonies of #AF8CAC
Complementary color
Monochromatic Colors of #AF8CAC
Black with #AF8CAC
Text Example
Text Example
White with #AF8CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CAC; }
p { color: rgb(175,140,172); }
H1.HeaderClassName
{
color: #AF8CAC;
}
.AnyTagClassName
{
color: #AF8CAC;
}
</style>
background-color css
<style>
a { background-color: #AF8CAC; }
a { background-color: rgb(175,140,172); }
div.DivClassName
{
background-color: #AF8CAC;
}
.BgClassName
{
background-color: #AF8CAC;
}
</style>
border-color css
<style>
span { border-color: #AF8CAC; }
span { border-color: rgb(175,140,172); }
td.TdClassName
{
border-color: #AF8CAC;
}
.TagClassName
{
border-color: #AF8CAC;
}
</style>