#AD7BAB

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

Shades of London Hue #AD7BAB

Tints of London Hue #AD7BAB

Color information

#AD7BAB (or 0xAD7BAB) is unknown color: approx London Hue. HEX triplet: AD, 7B and AB. RGB value is (173,123,171). Sum of RGB (Red+Green+Blue) = 173+123+171=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7BAB is #528454. Grayscale: #8F8F8F. Windows color (decimal): -5407829 or 11238317. OLE color: 11238317.

HSL color Cylindrical-coordinate representation of color #AD7BAB: hue angle of 302.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7BAB is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB173123171-
CMYK00.290.010.32
HSL302.4º23.36%58.04%-
HSV(B)302.4º28.9%67.84%-
XYZ31.6725.9941.88-
YUV143.42143.56149.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 123 (48.44% from 255) = 26.34%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=37.04%
G=26.34%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312317100.290.010.32302.423.3658.04
HexAD7BAB01D12012e173a
Octal2551732530351404562772
Binary10101101111101110101011011101110000010010111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7BAB; }

 p { color: rgb(173,123,171); }

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

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

 a { background-color: rgb(173,123,171); }

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

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

 span { border-color: rgb(173,123,171); }

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