Shades of London Hue #AF8AAC
Tints of London Hue #AF8AAC
RGB
CMYK
RGB Variations
Color information
#AF8AAC (or 0xAF8AAC) is known color: London Hue. HEX triplet: AF, 8A and AC. RGB value is (175,138,172). Sum of RGB (Red+Green+Blue) = 175+138+172=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8AAC is #507553. Grayscale: #989898. Windows color (decimal): -5272916 or 11307695. OLE color: 11307695.
HSL color Cylindrical-coordinate representation of color #AF8AAC: hue angle of 304.86º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF8AAC is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 172 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.31 |
| HSL | 304.86º | 0.19% | 0.61% | - |
| HSV(B) | 304.86º | 0.21% | 0.69% | - |
| XYZ | 34.21 | 30.27 | 43.07 | - |
| YUV | 152.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 172 | 0 | 0.21 | 0.02 | 0.31 | 304.86 | 0.19 | 0.61 |
| Hex | AF | 8A | AC | 0 | 15 | 2 | 1F | 131 | 13 | 3D |
| Octal | 257 | 212 | 254 | 0 | 25 | 2 | 37 | 461 | 23 | 75 |
| Binary | 10101111 | 10001010 | 10101100 | 0 | 10101 | 10 | 11111 | 100110001 | 10011 | 111101 |
Color Harmonies of #AF8AAC
Complementary color
Monochromatic Colors of #AF8AAC
Black with #AF8AAC
Text Example
Text Example
White with #AF8AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8AAC; }
p { color: rgb(175,138,172); }
H1.HeaderClassName
{
color: #AF8AAC;
}
.AnyTagClassName
{
color: #AF8AAC;
}
</style>
background-color css
<style>
a { background-color: #AF8AAC; }
a { background-color: rgb(175,138,172); }
div.DivClassName
{
background-color: #AF8AAC;
}
.BgClassName
{
background-color: #AF8AAC;
}
</style>
border-color css
<style>
span { border-color: #AF8AAC; }
span { border-color: rgb(175,138,172); }
td.TdClassName
{
border-color: #AF8AAC;
}
.TagClassName
{
border-color: #AF8AAC;
}
</style>