Shades of London Hue #AF84B0
Tints of London Hue #AF84B0
RGB
CMYK
RGB Variations
Color information
#AF84B0 (or 0xAF84B0) is known color: London Hue. HEX triplet: AF, 84 and B0. RGB value is (175,132,176). Sum of RGB (Red+Green+Blue) = 175+132+176=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF84B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF84B0 is #507B4F. Grayscale: #959595. Windows color (decimal): -5274448 or 11568303. OLE color: 11568303.
HSL color Cylindrical-coordinate representation of color #AF84B0: hue angle of 298.64º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF84B0 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 176 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.31 |
| HSL | 298.64º | 0.22% | 0.6% | - |
| HSV(B) | 298.64º | 0.25% | 0.69% | - |
| XYZ | 33.77 | 28.75 | 44.84 | - |
| YUV | 149.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 176 | 0.01 | 0.25 | 0 | 0.31 | 298.64 | 0.22 | 0.6 |
| Hex | AF | 84 | B0 | 1 | 19 | 0 | 1F | 12B | 16 | 3C |
| Octal | 257 | 204 | 260 | 1 | 31 | 0 | 37 | 453 | 26 | 74 |
| Binary | 10101111 | 10000100 | 10110000 | 1 | 11001 | 0 | 11111 | 100101011 | 10110 | 111100 |
Color Harmonies of #AF84B0
Complementary color
Monochromatic Colors of #AF84B0
Black with #AF84B0
Text Example
Text Example
White with #AF84B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF84B0; }
p { color: rgb(175,132,176); }
H1.HeaderClassName
{
color: #AF84B0;
}
.AnyTagClassName
{
color: #AF84B0;
}
</style>
background-color css
<style>
a { background-color: #AF84B0; }
a { background-color: rgb(175,132,176); }
div.DivClassName
{
background-color: #AF84B0;
}
.BgClassName
{
background-color: #AF84B0;
}
</style>
border-color css
<style>
span { border-color: #AF84B0; }
span { border-color: rgb(175,132,176); }
td.TdClassName
{
border-color: #AF84B0;
}
.TagClassName
{
border-color: #AF84B0;
}
</style>