#AD88B2

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

Shades of London Hue #AD88B2

Tints of London Hue #AD88B2

Color information

#AD88B2 (or 0xAD88B2) is unknown color: approx London Hue. HEX triplet: AD, 88 and B2. RGB value is (173,136,178). Sum of RGB (Red+Green+Blue) = 173+136+178=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD88B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD88B2 is #52774D. Grayscale: #979797. Windows color (decimal): -5404494 or 11700397. OLE color: 11700397.

HSL color Cylindrical-coordinate representation of color #AD88B2: hue angle of 292.86º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD88B2 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB173136178-
CMYK0.030.2400.30
HSL292.86º21.43%61.57%-
HSV(B)292.86º23.6%69.8%-
XYZ34.0729.7146.06-
YUV151.85142.76143.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 178 (69.92% from 255) = 36.55%
R=35.52%
G=27.93%
B=36.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731361780.030.2400.30292.8621.4361.57
HexAD88B231801E125153e
Octal2552102623300364452576
Binary101011011000100010110010111100001111010010010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD88B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD88B2; }

 p { color: rgb(173,136,178); }

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

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

 a { background-color: rgb(173,136,178); }

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

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

 span { border-color: rgb(173,136,178); }

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