#AD8AAC

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

Shades of London Hue #AD8AAC

Tints of London Hue #AD8AAC

Color information

#AD8AAC (or 0xAD8AAC) is unknown color: approx London Hue. HEX triplet: AD, 8A and AC. RGB value is (173,138,172). Sum of RGB (Red+Green+Blue) = 173+138+172=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8AAC is #527553. Grayscale: #989898. Windows color (decimal): -5403988 or 11307693. OLE color: 11307693.

HSL color Cylindrical-coordinate representation of color #AD8AAC: hue angle of 301.71º 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 #AD8AAC is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB173138172-
CMYK00.200.010.32
HSL301.71º17.59%60.98%-
HSV(B)301.71º20.23%67.84%-
XYZ33.7730.0443.05-
YUV152.34139.1142.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.82%
GREEN value IS 138 (54.30% from 255) = 28.57%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=35.82%
G=28.57%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313817200.200.010.32301.7117.5960.98
HexAD8AAC01412012e123d
Octal2552122540241404562275
Binary101011011000101010101100010100110000010010111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8AAC; }

 p { color: rgb(173,138,172); }

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

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

 a { background-color: rgb(173,138,172); }

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

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

 span { border-color: rgb(173,138,172); }

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