#AD8DB1

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

Shades of London Hue #AD8DB1

Tints of London Hue #AD8DB1

Color information

#AD8DB1 (or 0xAD8DB1) is unknown color: approx London Hue. HEX triplet: AD, 8D and B1. RGB value is (173,141,177). Sum of RGB (Red+Green+Blue) = 173+141+177=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD8DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8DB1 is #52724E. Grayscale: #9A9A9A. Windows color (decimal): -5403215 or 11636141. OLE color: 11636141.

HSL color Cylindrical-coordinate representation of color #AD8DB1: hue angle of 293.33º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD8DB1 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173141177-
CMYK0.020.2000.31
HSL293.33º18.75%62.35%-
HSV(B)293.33º20.34%69.41%-
XYZ34.6931.1145.77-
YUV154.67140.6141.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=35.23%
G=28.72%
B=36.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731411770.020.2000.31293.3318.7562.35
HexAD8DB121401F125133e
Octal2552152612240374452376
Binary101011011000110110110001101010001111110010010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8DB1; }

 p { color: rgb(173,141,177); }

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

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

 a { background-color: rgb(173,141,177); }

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

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

 span { border-color: rgb(173,141,177); }

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