#AD7BAC

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

Shades of London Hue #AD7BAC

Tints of London Hue #AD7BAC

Color information

#AD7BAC (or 0xAD7BAC) is unknown color: approx London Hue. HEX triplet: AD, 7B and AC. RGB value is (173,123,172). Sum of RGB (Red+Green+Blue) = 173+123+172=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7BAC is #528453. Grayscale: #8F8F8F. Windows color (decimal): -5407828 or 11303853. OLE color: 11303853.

HSL color Cylindrical-coordinate representation of color #AD7BAC: hue angle of 301.2º 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 #AD7BAC is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB173123172-
CMYK00.290.010.32
HSL301.2º23.36%58.04%-
HSV(B)301.2º28.9%67.84%-
XYZ31.7626.0342.38-
YUV143.54144.06149.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 123 (48.44% from 255) = 26.28%
BLUE value IS 172 (67.58% from 255) = 36.75%
R=36.97%
G=26.28%
B=36.75%

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
Decimal17312317200.290.010.32301.223.3658.04
HexAD7BAC01D12012d173a
Octal2551732540351404552772
Binary10101101111101110101100011101110000010010110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7BAC; }

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

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

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

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

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

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

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

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