Shades of London Hue #AF8CAA
Tints of London Hue #AF8CAA
RGB
CMYK
RGB Variations
Color information
#AF8CAA (or 0xAF8CAA) is known color: London Hue. HEX triplet: AF, 8C and AA. RGB value is (175,140,170). Sum of RGB (Red+Green+Blue) = 175+140+170=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8CAA is #507355. Grayscale: #999999. Windows color (decimal): -5272406 or 11177135. OLE color: 11177135.
HSL color Cylindrical-coordinate representation of color #AF8CAA: hue angle of 308.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF8CAA is Cyan = 0, Magento = 0.2, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 170 | - |
| CMYK | 0 | 0.2 | 0.03 | 0.31 |
| HSL | 308.57º | 0.18% | 0.62% | - |
| HSV(B) | 308.57º | 0.2% | 0.69% | - |
| XYZ | 34.31 | 30.77 | 42.16 | - |
| YUV | 153.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 170 | 0 | 0.2 | 0.03 | 0.31 | 308.57 | 0.18 | 0.62 |
| Hex | AF | 8C | AA | 0 | 14 | 3 | 1F | 135 | 12 | 3E |
| Octal | 257 | 214 | 252 | 0 | 24 | 3 | 37 | 465 | 22 | 76 |
| Binary | 10101111 | 10001100 | 10101010 | 0 | 10100 | 11 | 11111 | 100110101 | 10010 | 111110 |
Color Harmonies of #AF8CAA
Complementary color
Monochromatic Colors of #AF8CAA
Black with #AF8CAA
Text Example
Text Example
White with #AF8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CAA; }
p { color: rgb(175,140,170); }
H1.HeaderClassName
{
color: #AF8CAA;
}
.AnyTagClassName
{
color: #AF8CAA;
}
</style>
background-color css
<style>
a { background-color: #AF8CAA; }
a { background-color: rgb(175,140,170); }
div.DivClassName
{
background-color: #AF8CAA;
}
.BgClassName
{
background-color: #AF8CAA;
}
</style>
border-color css
<style>
span { border-color: #AF8CAA; }
span { border-color: rgb(175,140,170); }
td.TdClassName
{
border-color: #AF8CAA;
}
.TagClassName
{
border-color: #AF8CAA;
}
</style>