#AD7EAB

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

Shades of London Hue #AD7EAB

Tints of London Hue #AD7EAB

Color information

#AD7EAB (or 0xAD7EAB) is unknown color: approx London Hue. HEX triplet: AD, 7E and AB. RGB value is (173,126,171). Sum of RGB (Red+Green+Blue) = 173+126+171=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7EAB is #528154. Grayscale: #919191. Windows color (decimal): -5407061 or 11239085. OLE color: 11239085.

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

Color convert

RGB173126171-
CMYK00.270.010.32
HSL302.55º22.27%58.63%-
HSV(B)302.55º27.17%67.84%-
XYZ32.0526.7542-
YUV145.18142.57147.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 126 (49.61% from 255) = 26.81%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=36.81%
G=26.81%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312617100.270.010.32302.5522.2758.63
HexAD7EAB01B12012f163b
Octal2551762530331404572673
Binary10101101111111010101011011011110000010010111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7EAB; }

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

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

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

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

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

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

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

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