Html Css Color HEX #AE80B0 London Hue

📋 copy color: '#AE80B0'

red 174 ◦ green 128 ◦ blue 176

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

Shades of London Hue #AE80B0

Tints of London Hue #AE80B0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.78%

 BLUE value IS 176 (69.14% from 255) = 36.82%

R = 36.4%
G = 26.78%
B = 36.82%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AE80B0 (or 0xAE80B0) is known color: London Hue. HEX triplet: AE, 80 and B0. RGB value is (174,128,176). Sum of RGB (Red+Green+Blue) = 174+128+176=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 176 - color contains mainly: blue. Hex color #AE80B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE80B0 is #517F4F. Grayscale: #939393. Windows color (decimal): -5341008 or 11567278. OLE color: 11567278.

HSL color Cylindrical-coordinate representation of color #AE80B0: hue angle of 297.5º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE80B0 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 128 176 -
CMYK 0.01 0.27 0 0.31
HSL 297.5º 0.23% 0.6% -
HSV(B) 297.5º 0.27% 0.69% -
XYZ 33.01 27.57 44.66 -
YUV 147.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 174 128 176 0.01 0.27 0 0.31 297.5 0.23 0.6
Hex AE 80 B0 1 1B 0 1F 12A 17 3C
Octal 256 200 260 1 33 0 37 452 27 74
Binary 10101110 10000000 10110000 1 11011 0 11111 100101010 10111 111100

Color Harmonies of #AE80B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE80B0

Black with #AE80B0

Text Example


Text Example

White with #AE80B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE80B0; }

 p { color: rgb(174,128,176); }

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

background-color css

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

 a { background-color: rgb(174,128,176); }

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

border-color css

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

 span { border-color: rgb(174,128,176); }

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