Shades of London Hue #AF8BAD
Tints of London Hue #AF8BAD
RGB
CMYK
RGB Variations
Color information
#AF8BAD (or 0xAF8BAD) is known color: London Hue. HEX triplet: AF, 8B and AD. RGB value is (175,139,173). Sum of RGB (Red+Green+Blue) = 175+139+173=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8BAD is #507452. Grayscale: #999999. Windows color (decimal): -5272659 or 11373487. OLE color: 11373487.
HSL color Cylindrical-coordinate representation of color #AF8BAD: hue angle of 303.33º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF8BAD is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 173 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.31 |
| HSL | 303.33º | 0.18% | 0.62% | - |
| HSV(B) | 303.33º | 0.21% | 0.69% | - |
| XYZ | 34.45 | 30.6 | 43.62 | - |
| YUV | 153.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 173 | 0 | 0.21 | 0.01 | 0.31 | 303.33 | 0.18 | 0.62 |
| Hex | AF | 8B | AD | 0 | 15 | 1 | 1F | 12F | 12 | 3E |
| Octal | 257 | 213 | 255 | 0 | 25 | 1 | 37 | 457 | 22 | 76 |
| Binary | 10101111 | 10001011 | 10101101 | 0 | 10101 | 1 | 11111 | 100101111 | 10010 | 111110 |
Color Harmonies of #AF8BAD
Complementary color
Monochromatic Colors of #AF8BAD
Black with #AF8BAD
Text Example
Text Example
White with #AF8BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8BAD; }
p { color: rgb(175,139,173); }
H1.HeaderClassName
{
color: #AF8BAD;
}
.AnyTagClassName
{
color: #AF8BAD;
}
</style>
background-color css
<style>
a { background-color: #AF8BAD; }
a { background-color: rgb(175,139,173); }
div.DivClassName
{
background-color: #AF8BAD;
}
.BgClassName
{
background-color: #AF8BAD;
}
</style>
border-color css
<style>
span { border-color: #AF8BAD; }
span { border-color: rgb(175,139,173); }
td.TdClassName
{
border-color: #AF8BAD;
}
.TagClassName
{
border-color: #AF8BAD;
}
</style>