Shades of London Hue #AF8DB0
Tints of London Hue #AF8DB0
RGB
CMYK
RGB Variations
Color information
#AF8DB0 (or 0xAF8DB0) is known color: London Hue. HEX triplet: AF, 8D and B0. RGB value is (175,141,176). Sum of RGB (Red+Green+Blue) = 175+141+176=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF8DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8DB0 is #50724F. Grayscale: #9B9B9B. Windows color (decimal): -5272144 or 11570607. OLE color: 11570607.
HSL color Cylindrical-coordinate representation of color #AF8DB0: hue angle of 298.29º 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 #AF8DB0 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 176 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.31 |
| HSL | 298.29º | 0.18% | 0.62% | - |
| HSV(B) | 298.29º | 0.2% | 0.69% | - |
| XYZ | 35.04 | 31.3 | 45.27 | - |
| YUV | 155.16 | 139.76 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 176 | 0.01 | 0.20 | 0 | 0.31 | 298.29 | 0.18 | 0.62 |
| Hex | AF | 8D | B0 | 1 | 14 | 0 | 1F | 12A | 12 | 3E |
| Octal | 257 | 215 | 260 | 1 | 24 | 0 | 37 | 452 | 22 | 76 |
| Binary | 10101111 | 10001101 | 10110000 | 1 | 10100 | 0 | 11111 | 100101010 | 10010 | 111110 |
Color Harmonies of #AF8DB0
Complementary color
Monochromatic Colors of #AF8DB0
Black with #AF8DB0
Text Example
Text Example
White with #AF8DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8DB0; }
p { color: rgb(175,141,176); }
H1.HeaderClassName
{
color: #AF8DB0;
}
.AnyTagClassName
{
color: #AF8DB0;
}
</style>
background-color css
<style>
a { background-color: #AF8DB0; }
a { background-color: rgb(175,141,176); }
div.DivClassName
{
background-color: #AF8DB0;
}
.BgClassName
{
background-color: #AF8DB0;
}
</style>
border-color css
<style>
span { border-color: #AF8DB0; }
span { border-color: rgb(175,141,176); }
td.TdClassName
{
border-color: #AF8DB0;
}
.TagClassName
{
border-color: #AF8DB0;
}
</style>