Shades of London Hue #AD8AA4
Tints of London Hue #AD8AA4
RGB
CMYK
RGB Variations
Color information
#AD8AA4 (or 0xAD8AA4) is known color: London Hue. HEX triplet: AD, 8A and A4. RGB value is (173,138,164). Sum of RGB (Red+Green+Blue) = 173+138+164=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8AA4 is #52755B. Grayscale: #979797. Windows color (decimal): -5403996 or 10783405. OLE color: 10783405.
HSL color Cylindrical-coordinate representation of color #AD8AA4: hue angle of 315.43º 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 #AD8AA4 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 164 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.32 |
| HSL | 315.43º | 0.18% | 0.61% | - |
| HSV(B) | 315.43º | 0.2% | 0.68% | - |
| XYZ | 33.02 | 29.74 | 39.12 | - |
| YUV | 151.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 164 | 0 | 0.20 | 0.05 | 0.32 | 315.43 | 0.18 | 0.61 |
| Hex | AD | 8A | A4 | 0 | 14 | 5 | 20 | 13B | 12 | 3D |
| Octal | 255 | 212 | 244 | 0 | 24 | 5 | 40 | 473 | 22 | 75 |
| Binary | 10101101 | 10001010 | 10100100 | 0 | 10100 | 101 | 100000 | 100111011 | 10010 | 111101 |
Color Harmonies of #AD8AA4
Complementary color
Monochromatic Colors of #AD8AA4
Black with #AD8AA4
Text Example
Text Example
White with #AD8AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8AA4; }
p { color: rgb(173,138,164); }
H1.HeaderClassName
{
color: #AD8AA4;
}
.AnyTagClassName
{
color: #AD8AA4;
}
</style>
background-color css
<style>
a { background-color: #AD8AA4; }
a { background-color: rgb(173,138,164); }
div.DivClassName
{
background-color: #AD8AA4;
}
.BgClassName
{
background-color: #AD8AA4;
}
</style>
border-color css
<style>
span { border-color: #AD8AA4; }
span { border-color: rgb(173,138,164); }
td.TdClassName
{
border-color: #AD8AA4;
}
.TagClassName
{
border-color: #AD8AA4;
}
</style>