Html Css Color HEX #AE7EAC London Hue

📋 copy color: '#AE7EAC'

red 174 ◦ green 126 ◦ blue 172

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

Shades of London Hue #AE7EAC

Tints of London Hue #AE7EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.44%

R = 36.86%
G = 26.69%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE7EAC (or 0xAE7EAC) is known color: London Hue. HEX triplet: AE, 7E and AC. RGB value is (174,126,172). Sum of RGB (Red+Green+Blue) = 174+126+172=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7EAC is #518153. Grayscale: #919191. Windows color (decimal): -5341524 or 11304622. OLE color: 11304622.

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

Color convert

RGB 174 126 172 -
CMYK 0 0.28 0.01 0.32
HSL 302.5º 0.23% 0.59% -
HSV(B) 302.5º 0.28% 0.68% -
XYZ 32.36 26.9 42.52 -
YUV 145.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 174 126 172 0 0.28 0.01 0.32 302.5 0.23 0.59
Hex AE 7E AC 0 1C 1 20 12E 17 3B
Octal 256 176 254 0 34 1 40 456 27 73
Binary 10101110 1111110 10101100 0 11100 1 100000 100101110 10111 111011

Color Harmonies of #AE7EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7EAC

Black with #AE7EAC

Text Example


Text Example

White with #AE7EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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