#AE9AAD

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

Shades of London Hue #AE9AAD

Tints of London Hue #AE9AAD

Color information

#AE9AAD (or 0xAE9AAD) is unknown color: approx London Hue. HEX triplet: AE, 9A and AD. RGB value is (174,154,173). Sum of RGB (Red+Green+Blue) = 174+154+173=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9AAD is #516552. Grayscale: #A2A2A2. Windows color (decimal): -5334355 or 11377326. OLE color: 11377326.

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

Color convert

RGB174154173-
CMYK00.110.010.32
HSL303º10.99%64.31%-
HSV(B)303º11.49%68.24%-
XYZ36.5535.1344.39-
YUV162.15134.13136.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 154 (60.55% from 255) = 30.74%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=34.73%
G=30.74%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415417300.110.010.3230310.9964.31
HexAE9AAD0B12012fb40
Octal25623225501314045713100
Binary10101110100110101010110101011110000010010111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9AAD; }

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

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

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

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

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

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

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

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