Shades of London Hue #AD8AA8
Tints of London Hue #AD8AA8
RGB
CMYK
RGB Variations
Color information
#AD8AA8 (or 0xAD8AA8) is known color: London Hue. HEX triplet: AD, 8A and A8. RGB value is (173,138,168). Sum of RGB (Red+Green+Blue) = 173+138+168=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8AA8 is #527557. Grayscale: #979797. Windows color (decimal): -5403992 or 11045549. OLE color: 11045549.
HSL color Cylindrical-coordinate representation of color #AD8AA8: hue angle of 308.57º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD8AA8 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 168 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.32 |
| HSL | 308.57º | 0.18% | 0.61% | - |
| HSV(B) | 308.57º | 0.2% | 0.68% | - |
| XYZ | 33.39 | 29.89 | 41.05 | - |
| YUV | 151.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 168 | 0 | 0.20 | 0.03 | 0.32 | 308.57 | 0.18 | 0.61 |
| Hex | AD | 8A | A8 | 0 | 14 | 3 | 20 | 135 | 12 | 3D |
| Octal | 255 | 212 | 250 | 0 | 24 | 3 | 40 | 465 | 22 | 75 |
| Binary | 10101101 | 10001010 | 10101000 | 0 | 10100 | 11 | 100000 | 100110101 | 10010 | 111101 |
Color Harmonies of #AD8AA8
Complementary color
Monochromatic Colors of #AD8AA8
Black with #AD8AA8
Text Example
Text Example
White with #AD8AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8AA8; }
p { color: rgb(173,138,168); }
H1.HeaderClassName
{
color: #AD8AA8;
}
.AnyTagClassName
{
color: #AD8AA8;
}
</style>
background-color css
<style>
a { background-color: #AD8AA8; }
a { background-color: rgb(173,138,168); }
div.DivClassName
{
background-color: #AD8AA8;
}
.BgClassName
{
background-color: #AD8AA8;
}
</style>
border-color css
<style>
span { border-color: #AD8AA8; }
span { border-color: rgb(173,138,168); }
td.TdClassName
{
border-color: #AD8AA8;
}
.TagClassName
{
border-color: #AD8AA8;
}
</style>