Shades of London Hue #AF8BAA
Tints of London Hue #AF8BAA
RGB
CMYK
RGB Variations
Color information
#AF8BAA (or 0xAF8BAA) is known color: London Hue. HEX triplet: AF, 8B and AA. RGB value is (175,139,170). Sum of RGB (Red+Green+Blue) = 175+139+170=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8BAA is #507455. Grayscale: #999999. Windows color (decimal): -5272662 or 11176879. OLE color: 11176879.
HSL color Cylindrical-coordinate representation of color #AF8BAA: hue angle of 308.33º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF8BAA is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 170 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.31 |
| HSL | 308.33º | 0.18% | 0.62% | - |
| HSV(B) | 308.33º | 0.21% | 0.69% | - |
| XYZ | 34.17 | 30.48 | 42.11 | - |
| YUV | 153.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 170 | 0 | 0.21 | 0.03 | 0.31 | 308.33 | 0.18 | 0.62 |
| Hex | AF | 8B | AA | 0 | 15 | 3 | 1F | 134 | 12 | 3E |
| Octal | 257 | 213 | 252 | 0 | 25 | 3 | 37 | 464 | 22 | 76 |
| Binary | 10101111 | 10001011 | 10101010 | 0 | 10101 | 11 | 11111 | 100110100 | 10010 | 111110 |
Color Harmonies of #AF8BAA
Complementary color
Monochromatic Colors of #AF8BAA
Black with #AF8BAA
Text Example
Text Example
White with #AF8BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8BAA; }
p { color: rgb(175,139,170); }
H1.HeaderClassName
{
color: #AF8BAA;
}
.AnyTagClassName
{
color: #AF8BAA;
}
</style>
background-color css
<style>
a { background-color: #AF8BAA; }
a { background-color: rgb(175,139,170); }
div.DivClassName
{
background-color: #AF8BAA;
}
.BgClassName
{
background-color: #AF8BAA;
}
</style>
border-color css
<style>
span { border-color: #AF8BAA; }
span { border-color: rgb(175,139,170); }
td.TdClassName
{
border-color: #AF8BAA;
}
.TagClassName
{
border-color: #AF8BAA;
}
</style>