Html Css Color HEX #AE8BAC London Hue

📋 copy color: '#AE8BAC'

red 174 ◦ green 139 ◦ blue 172

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

Shades of London Hue #AE8BAC

Tints of London Hue #AE8BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.66%

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

R = 35.88%
G = 28.66%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE8BAC (or 0xAE8BAC) is known color: London Hue. HEX triplet: AE, 8B and AC. RGB value is (174,139,172). Sum of RGB (Red+Green+Blue) = 174+139+172=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8BAC is #517453. Grayscale: #999999. Windows color (decimal): -5338196 or 11307950. OLE color: 11307950.

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

Color convert

RGB 174 139 172 -
CMYK 0 0.20 0.01 0.32
HSL 303.43º 0.18% 0.61% -
HSV(B) 303.43º 0.2% 0.68% -
XYZ 34.13 30.44 43.11 -
YUV 153.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 174 139 172 0 0.20 0.01 0.32 303.43 0.18 0.61
Hex AE 8B AC 0 14 1 20 12F 12 3D
Octal 256 213 254 0 24 1 40 457 22 75
Binary 10101110 10001011 10101100 0 10100 1 100000 100101111 10010 111101

Color Harmonies of #AE8BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8BAC

Black with #AE8BAC

Text Example


Text Example

White with #AE8BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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