#AD8BAE

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

Shades of London Hue #AD8BAE

Tints of London Hue #AD8BAE

Color information

#AD8BAE (or 0xAD8BAE) is unknown color: approx London Hue. HEX triplet: AD, 8B and AE. RGB value is (173,139,174). Sum of RGB (Red+Green+Blue) = 173+139+174=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD8BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8BAE is #527451. Grayscale: #999999. Windows color (decimal): -5403730 or 11439021. OLE color: 11439021.

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

Color convert

RGB173139174-
CMYK0.010.2000.32
HSL298.29º17.77%61.37%-
HSV(B)298.29º20.11%68.24%-
XYZ34.1130.4144.12-
YUV153.16139.76142.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 139 (54.69% from 255) = 28.60%
BLUE value IS 174 (68.36% from 255) = 35.80%
R=35.60%
G=28.60%
B=35.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731391740.010.2000.32298.2917.7761.37
HexAD8BAE11402012a123d
Octal2552132561240404522275
Binary101011011000101110101110110100010000010010101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8BAE; }

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

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

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

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

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

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

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

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