#AD7EAE

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

Shades of London Hue #AD7EAE

Tints of London Hue #AD7EAE

Color information

#AD7EAE (or 0xAD7EAE) is unknown color: approx London Hue. HEX triplet: AD, 7E and AE. RGB value is (173,126,174). Sum of RGB (Red+Green+Blue) = 173+126+174=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD7EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7EAE is #528151. Grayscale: #919191. Windows color (decimal): -5407058 or 11435693. OLE color: 11435693.

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

Color convert

RGB173126174-
CMYK0.010.2800.32
HSL298.75º22.86%58.82%-
HSV(B)298.75º27.59%68.24%-
XYZ32.3326.8643.53-
YUV145.52144.07147.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.58%
GREEN value IS 126 (49.61% from 255) = 26.64%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=36.58%
G=26.64%
B=36.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731261740.010.2800.32298.7522.8658.82
HexAD7EAE11C02012b173b
Octal2551762561340404532773
Binary10101101111111010101110111100010000010010101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7EAE; }

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

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

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

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

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

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

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

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