Shades of London Hue #AF89B2
Tints of London Hue #AF89B2
RGB
CMYK
RGB Variations
Color information
#AF89B2 (or 0xAF89B2) is known color: London Hue. HEX triplet: AF, 89 and B2. RGB value is (175,137,178). Sum of RGB (Red+Green+Blue) = 175+137+178=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF89B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF89B2 is #50764D. Grayscale: #989898. Windows color (decimal): -5273166 or 11700655. OLE color: 11700655.
HSL color Cylindrical-coordinate representation of color #AF89B2: hue angle of 295.61º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF89B2 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 137 | 178 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.30 |
| HSL | 295.61º | 0.21% | 0.62% | - |
| HSV(B) | 295.61º | 0.23% | 0.7% | - |
| XYZ | 34.66 | 30.22 | 46.13 | - |
| YUV | 153.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 178 | 0.02 | 0.23 | 0 | 0.30 | 295.61 | 0.21 | 0.62 |
| Hex | AF | 89 | B2 | 2 | 17 | 0 | 1E | 128 | 15 | 3E |
| Octal | 257 | 211 | 262 | 2 | 27 | 0 | 36 | 450 | 25 | 76 |
| Binary | 10101111 | 10001001 | 10110010 | 10 | 10111 | 0 | 11110 | 100101000 | 10101 | 111110 |
Color Harmonies of #AF89B2
Complementary color
Monochromatic Colors of #AF89B2
Black with #AF89B2
Text Example
Text Example
White with #AF89B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF89B2; }
p { color: rgb(175,137,178); }
H1.HeaderClassName
{
color: #AF89B2;
}
.AnyTagClassName
{
color: #AF89B2;
}
</style>
background-color css
<style>
a { background-color: #AF89B2; }
a { background-color: rgb(175,137,178); }
div.DivClassName
{
background-color: #AF89B2;
}
.BgClassName
{
background-color: #AF89B2;
}
</style>
border-color css
<style>
span { border-color: #AF89B2; }
span { border-color: rgb(175,137,178); }
td.TdClassName
{
border-color: #AF89B2;
}
.TagClassName
{
border-color: #AF89B2;
}
</style>