Html Css Color HEX #AE7CAC London Hue

📋 copy color: '#AE7CAC'

red 174 ◦ green 124 ◦ blue 172

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

Shades of London Hue #AE7CAC

Tints of London Hue #AE7CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.38%

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

R = 37.02%
G = 26.38%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE7CAC (or 0xAE7CAC) is known color: London Hue. HEX triplet: AE, 7C and AC. RGB value is (174,124,172). Sum of RGB (Red+Green+Blue) = 174+124+172=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7CAC is #518353. Grayscale: #909090. Windows color (decimal): -5342036 or 11304110. OLE color: 11304110.

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

Color convert

RGB 174 124 172 -
CMYK 0 0.29 0.01 0.32
HSL 302.4º 0.24% 0.58% -
HSV(B) 302.4º 0.29% 0.68% -
XYZ 32.11 26.39 42.43 -
YUV 144.42 143.57 149.1 -
System Red Green Blue C M Y K H S L
Decimal 174 124 172 0 0.29 0.01 0.32 302.4 0.24 0.58
Hex AE 7C AC 0 1D 1 20 12E 18 3A
Octal 256 174 254 0 35 1 40 456 30 72
Binary 10101110 1111100 10101100 0 11101 1 100000 100101110 11000 111010

Color Harmonies of #AE7CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7CAC

Black with #AE7CAC

Text Example


Text Example

White with #AE7CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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