#AD8CB1

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

Shades of London Hue #AD8CB1

Tints of London Hue #AD8CB1

Color information

#AD8CB1 (or 0xAD8CB1) is unknown color: approx London Hue. HEX triplet: AD, 8C and B1. RGB value is (173,140,177). Sum of RGB (Red+Green+Blue) = 173+140+177=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD8CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8CB1 is #52734E. Grayscale: #999999. Windows color (decimal): -5403471 or 11635885. OLE color: 11635885.

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

Color convert

RGB173140177-
CMYK0.020.2100.31
HSL293.51º19.17%62.16%-
HSV(B)293.51º20.9%69.41%-
XYZ34.5530.8145.72-
YUV154.08140.93141.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 140 (55.08% from 255) = 28.57%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=35.31%
G=28.57%
B=36.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731401770.020.2100.31293.5119.1762.16
HexAD8CB121501F126133e
Octal2552142612250374462376
Binary101011011000110010110001101010101111110010011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8CB1; }

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

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

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

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

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

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

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

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