Html Css Color HEX #AE7AAC London Hue

📋 copy color: '#AE7AAC'

red 174 ◦ green 122 ◦ blue 172

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

Shades of London Hue #AE7AAC

Tints of London Hue #AE7AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.07%

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

R = 37.18%
G = 26.07%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE7AAC (or 0xAE7AAC) is known color: London Hue. HEX triplet: AE, 7A and AC. RGB value is (174,122,172). Sum of RGB (Red+Green+Blue) = 174+122+172=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7AAC is #518553. Grayscale: #8F8F8F. Windows color (decimal): -5342548 or 11303598. OLE color: 11303598.

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

Color convert

RGB 174 122 172 -
CMYK 0 0.30 0.01 0.32
HSL 302.31º 0.24% 0.58% -
HSV(B) 302.31º 0.3% 0.68% -
XYZ 31.86 25.9 42.35 -
YUV 143.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 174 122 172 0 0.30 0.01 0.32 302.31 0.24 0.58
Hex AE 7A AC 0 1E 1 20 12E 18 3A
Octal 256 172 254 0 36 1 40 456 30 72
Binary 10101110 1111010 10101100 0 11110 1 100000 100101110 11000 111010

Color Harmonies of #AE7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7AAC

Black with #AE7AAC

Text Example


Text Example

White with #AE7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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