#AD85B0

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

Shades of London Hue #AD85B0

Tints of London Hue #AD85B0

Color information

#AD85B0 (or 0xAD85B0) is unknown color: approx London Hue. HEX triplet: AD, 85 and B0. RGB value is (173,133,176). Sum of RGB (Red+Green+Blue) = 173+133+176=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD85B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD85B0 is #527A4F. Grayscale: #959595. Windows color (decimal): -5405264 or 11568557. OLE color: 11568557.

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

Color convert

RGB173133176-
CMYK0.020.2400.31
HSL295.81º21.39%60.59%-
HSV(B)295.81º24.43%69.02%-
XYZ33.4628.7944.87-
YUV149.86142.75144.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 176 (69.14% from 255) = 36.51%
R=35.89%
G=27.59%
B=36.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731331760.020.2400.31295.8121.3960.59
HexAD85B021801F128153d
Octal2552052602300374502575
Binary101011011000010110110000101100001111110010100010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD85B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD85B0; }

 p { color: rgb(173,133,176); }

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

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

 a { background-color: rgb(173,133,176); }

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

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

 span { border-color: rgb(173,133,176); }

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