#AD7AAB

Color #AD7AAB London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AD7AAB

Tints of London Hue #AD7AAB

Color information

#AD7AAB (or 0xAD7AAB) is unknown color: approx London Hue. HEX triplet: AD, 7A and AB. RGB value is (173,122,171). Sum of RGB (Red+Green+Blue) = 173+122+171=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7AAB is #528554. Grayscale: #8E8E8E. Windows color (decimal): -5408085 or 11238061. OLE color: 11238061.

HSL color Cylindrical-coordinate representation of color #AD7AAB: hue angle of 302.35º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7AAB is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB173122171-
CMYK00.290.010.32
HSL302.35º23.72%57.84%-
HSV(B)302.35º29.48%67.84%-
XYZ31.5425.7441.83-
YUV142.83143.9149.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 122 (48.05% from 255) = 26.18%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=37.12%
G=26.18%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312217100.290.010.32302.3523.7257.84
HexAD7AAB01D12012e183a
Octal2551722530351404563072
Binary10101101111101010101011011101110000010010111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7AAB; }

 p { color: rgb(173,122,171); }

 H1.HeaderClassName
 {
   color: #AD7AAB;
 }
 .AnyTagClassName
 {
   color: #AD7AAB;
 }
</style>
background-color css

<style>
 a { background-color: #AD7AAB; }

 a { background-color: rgb(173,122,171); }

 div.DivClassName
 {
   background-color: #AD7AAB;
 }
 .BgClassName
 {
   background-color: #AD7AAB;
 }
</style>
border-color css

<style>
 span { border-color: #AD7AAB; }

 span { border-color: rgb(173,122,171); }

 td.TdClassName
 {
   border-color: #AD7AAB;
 }
 .TagClassName
 {
   border-color: #AD7AAB;
 }
</style>