#AD89B1

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

Shades of London Hue #AD89B1

Tints of London Hue #AD89B1

Color information

#AD89B1 (or 0xAD89B1) is unknown color: approx London Hue. HEX triplet: AD, 89 and B1. RGB value is (173,137,177). Sum of RGB (Red+Green+Blue) = 173+137+177=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD89B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD89B1 is #52764E. Grayscale: #989898. Windows color (decimal): -5404239 or 11635117. OLE color: 11635117.

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

Color convert

RGB173137177-
CMYK0.020.2300.31
HSL294º20.41%61.57%-
HSV(B)294º22.6%69.41%-
XYZ34.1229.9545.58-
YUV152.32141.93142.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 137 (53.91% from 255) = 28.13%
BLUE value IS 177 (69.53% from 255) = 36.34%
R=35.52%
G=28.13%
B=36.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731371770.020.2300.3129420.4161.57
HexAD89B121701F126143e
Octal2552112612270374462476
Binary101011011000100110110001101011101111110010011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD89B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD89B1; }

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

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

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

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

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

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

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

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