Shades of London Hue #AF81AB
Tints of London Hue #AF81AB
RGB
CMYK
RGB Variations
Color information
#AF81AB (or 0xAF81AB) is known color: London Hue. HEX triplet: AF, 81 and AB. RGB value is (175,129,171). Sum of RGB (Red+Green+Blue) = 175+129+171=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF81AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF81AB is #507E54. Grayscale: #939393. Windows color (decimal): -5275221 or 11239855. OLE color: 11239855.
HSL color Cylindrical-coordinate representation of color #AF81AB: hue angle of 305.22º 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 #AF81AB is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 171 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.31 |
| HSL | 305.22º | 0.22% | 0.6% | - |
| HSV(B) | 305.22º | 0.26% | 0.69% | - |
| XYZ | 32.88 | 27.75 | 42.15 | - |
| YUV | 147.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 171 | 0 | 0.26 | 0.02 | 0.31 | 305.22 | 0.22 | 0.6 |
| Hex | AF | 81 | AB | 0 | 1A | 2 | 1F | 131 | 16 | 3C |
| Octal | 257 | 201 | 253 | 0 | 32 | 2 | 37 | 461 | 26 | 74 |
| Binary | 10101111 | 10000001 | 10101011 | 0 | 11010 | 10 | 11111 | 100110001 | 10110 | 111100 |
Color Harmonies of #AF81AB
Complementary color
Monochromatic Colors of #AF81AB
Black with #AF81AB
Text Example
Text Example
White with #AF81AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF81AB; }
p { color: rgb(175,129,171); }
H1.HeaderClassName
{
color: #AF81AB;
}
.AnyTagClassName
{
color: #AF81AB;
}
</style>
background-color css
<style>
a { background-color: #AF81AB; }
a { background-color: rgb(175,129,171); }
div.DivClassName
{
background-color: #AF81AB;
}
.BgClassName
{
background-color: #AF81AB;
}
</style>
border-color css
<style>
span { border-color: #AF81AB; }
span { border-color: rgb(175,129,171); }
td.TdClassName
{
border-color: #AF81AB;
}
.TagClassName
{
border-color: #AF81AB;
}
</style>