Shades of London Hue #AF84B2
Tints of London Hue #AF84B2
RGB
CMYK
RGB Variations
Color information
#AF84B2 (or 0xAF84B2) is known color: London Hue. HEX triplet: AF, 84 and B2. RGB value is (175,132,178). Sum of RGB (Red+Green+Blue) = 175+132+178=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF84B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF84B2 is #507B4D. Grayscale: #959595. Windows color (decimal): -5274446 or 11699375. OLE color: 11699375.
HSL color Cylindrical-coordinate representation of color #AF84B2: hue angle of 296.09º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF84B2 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 132 | 178 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.30 |
| HSL | 296.09º | 0.23% | 0.61% | - |
| HSV(B) | 296.09º | 0.26% | 0.7% | - |
| XYZ | 33.97 | 28.83 | 45.89 | - |
| YUV | 150.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 178 | 0.02 | 0.26 | 0 | 0.30 | 296.09 | 0.23 | 0.61 |
| Hex | AF | 84 | B2 | 2 | 1A | 0 | 1E | 128 | 17 | 3D |
| Octal | 257 | 204 | 262 | 2 | 32 | 0 | 36 | 450 | 27 | 75 |
| Binary | 10101111 | 10000100 | 10110010 | 10 | 11010 | 0 | 11110 | 100101000 | 10111 | 111101 |
Color Harmonies of #AF84B2
Complementary color
Monochromatic Colors of #AF84B2
Black with #AF84B2
Text Example
Text Example
White with #AF84B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF84B2; }
p { color: rgb(175,132,178); }
H1.HeaderClassName
{
color: #AF84B2;
}
.AnyTagClassName
{
color: #AF84B2;
}
</style>
background-color css
<style>
a { background-color: #AF84B2; }
a { background-color: rgb(175,132,178); }
div.DivClassName
{
background-color: #AF84B2;
}
.BgClassName
{
background-color: #AF84B2;
}
</style>
border-color css
<style>
span { border-color: #AF84B2; }
span { border-color: rgb(175,132,178); }
td.TdClassName
{
border-color: #AF84B2;
}
.TagClassName
{
border-color: #AF84B2;
}
</style>