#AD90B0

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

Shades of London Hue #AD90B0

Tints of London Hue #AD90B0

Color information

#AD90B0 (or 0xAD90B0) is unknown color: approx London Hue. HEX triplet: AD, 90 and B0. RGB value is (173,144,176). Sum of RGB (Red+Green+Blue) = 173+144+176=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD90B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD90B0 is #526F4F. Grayscale: #9C9C9C. Windows color (decimal): -5402448 or 11571373. OLE color: 11571373.

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

Color convert

RGB173144176-
CMYK0.020.1800.31
HSL294.38º16.84%62.75%-
HSV(B)294.38º18.18%69.02%-
XYZ35.0431.9745.4-
YUV156.32139.11139.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 176 (69.14% from 255) = 35.70%
R=35.09%
G=29.21%
B=35.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731441760.020.1800.31294.3816.8462.75
HexAD90B021201F126113f
Octal2552202602220374462177
Binary101011011001000010110000101001001111110010011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD90B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD90B0; }

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

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

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

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

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

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

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

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