Shades of London Hue #AF8CAB
Tints of London Hue #AF8CAB
RGB
CMYK
RGB Variations
Color information
#AF8CAB (or 0xAF8CAB) is known color: London Hue. HEX triplet: AF, 8C and AB. RGB value is (175,140,171). Sum of RGB (Red+Green+Blue) = 175+140+171=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8CAB is #507354. Grayscale: #999999. Windows color (decimal): -5272405 or 11242671. OLE color: 11242671.
HSL color Cylindrical-coordinate representation of color #AF8CAB: hue angle of 306.86º 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 #AF8CAB is Cyan = 0, Magento = 0.2, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 171 | - |
| CMYK | 0 | 0.2 | 0.02 | 0.31 |
| HSL | 306.86º | 0.18% | 0.62% | - |
| HSV(B) | 306.86º | 0.2% | 0.69% | - |
| XYZ | 34.41 | 30.81 | 42.66 | - |
| YUV | 154 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 171 | 0 | 0.2 | 0.02 | 0.31 | 306.86 | 0.18 | 0.62 |
| Hex | AF | 8C | AB | 0 | 14 | 2 | 1F | 133 | 12 | 3E |
| Octal | 257 | 214 | 253 | 0 | 24 | 2 | 37 | 463 | 22 | 76 |
| Binary | 10101111 | 10001100 | 10101011 | 0 | 10100 | 10 | 11111 | 100110011 | 10010 | 111110 |
Color Harmonies of #AF8CAB
Complementary color
Monochromatic Colors of #AF8CAB
Black with #AF8CAB
Text Example
Text Example
White with #AF8CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CAB; }
p { color: rgb(175,140,171); }
H1.HeaderClassName
{
color: #AF8CAB;
}
.AnyTagClassName
{
color: #AF8CAB;
}
</style>
background-color css
<style>
a { background-color: #AF8CAB; }
a { background-color: rgb(175,140,171); }
div.DivClassName
{
background-color: #AF8CAB;
}
.BgClassName
{
background-color: #AF8CAB;
}
</style>
border-color css
<style>
span { border-color: #AF8CAB; }
span { border-color: rgb(175,140,171); }
td.TdClassName
{
border-color: #AF8CAB;
}
.TagClassName
{
border-color: #AF8CAB;
}
</style>