#AD8AAE

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

Shades of London Hue #AD8AAE

Tints of London Hue #AD8AAE

Color information

#AD8AAE (or 0xAD8AAE) is unknown color: approx London Hue. HEX triplet: AD, 8A and AE. RGB value is (173,138,174). Sum of RGB (Red+Green+Blue) = 173+138+174=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD8AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8AAE is #527551. Grayscale: #989898. Windows color (decimal): -5403986 or 11438765. OLE color: 11438765.

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

Color convert

RGB173138174-
CMYK0.010.2100.32
HSL298.33º18.18%61.18%-
HSV(B)298.33º20.69%68.24%-
XYZ33.9630.1244.07-
YUV152.57140.1142.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 138 (54.30% from 255) = 28.45%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=35.67%
G=28.45%
B=35.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731381740.010.2100.32298.3318.1861.18
HexAD8AAE11502012a123d
Octal2552122561250404522275
Binary101011011000101010101110110101010000010010101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8AAE; }

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

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

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

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

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

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

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

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