#AD7CAB

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

Shades of London Hue #AD7CAB

Tints of London Hue #AD7CAB

Color information

#AD7CAB (or 0xAD7CAB) is unknown color: approx London Hue. HEX triplet: AD, 7C and AB. RGB value is (173,124,171). Sum of RGB (Red+Green+Blue) = 173+124+171=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7CAB is #528354. Grayscale: #8F8F8F. Windows color (decimal): -5407573 or 11238573. OLE color: 11238573.

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

Color convert

RGB173124171-
CMYK00.280.010.32
HSL302.45º23%58.24%-
HSV(B)302.45º28.32%67.84%-
XYZ31.7926.2441.92-
YUV144.01143.23148.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 124 (48.83% from 255) = 26.50%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=36.97%
G=26.50%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312417100.280.010.32302.452358.24
HexAD7CAB01C12012e173a
Octal2551742530341404562772
Binary10101101111110010101011011100110000010010111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7CAB; }

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

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

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

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

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

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

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

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