Html Css Color HEX #AE7EA9 London Hue

📋 copy color: '#AE7EA9'

red 174 ◦ green 126 ◦ blue 169

#AE7EA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #AE7EA9

Tints of London Hue #AE7EA9

RGB

 RED value IS 174 (68.36% from 255) = 37.1%

 GREEN value IS 126 (49.61% from 255) = 26.87%

 BLUE value IS 169 (66.41% from 255) = 36.03%

R = 37.1%
G = 26.87%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AE7EA9 (or 0xAE7EA9) is known color: London Hue. HEX triplet: AE, 7E and A9. RGB value is (174,126,169). Sum of RGB (Red+Green+Blue) = 174+126+169=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7EA9 is #518156. Grayscale: #919191. Windows color (decimal): -5341527 or 11108014. OLE color: 11108014.

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

Color convert

RGB 174 126 169 -
CMYK 0 0.28 0.03 0.32
HSL 306.25º 0.23% 0.59% -
HSV(B) 306.25º 0.28% 0.68% -
XYZ 32.08 26.78 41.02 -
YUV 145.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 174 126 169 0 0.28 0.03 0.32 306.25 0.23 0.59
Hex AE 7E A9 0 1C 3 20 132 17 3B
Octal 256 176 251 0 34 3 40 462 27 73
Binary 10101110 1111110 10101001 0 11100 11 100000 100110010 10111 111011

Color Harmonies of #AE7EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7EA9

Black with #AE7EA9

Text Example


Text Example

White with #AE7EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7EA9; }

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

 H1.HeaderClassName
 {
   color: #AE7EA9;
 }
 .AnyTagClassName
 {
   color: #AE7EA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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