Html Css Color HEX #AE81AB London Hue

📋 copy color: '#AE81AB'

red 174 ◦ green 129 ◦ blue 171

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

Shades of London Hue #AE81AB

Tints of London Hue #AE81AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.22%

 BLUE value IS 171 (67.19% from 255) = 36.08%

R = 36.71%
G = 27.22%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE81AB (or 0xAE81AB) is known color: London Hue. HEX triplet: AE, 81 and AB. RGB value is (174,129,171). Sum of RGB (Red+Green+Blue) = 174+129+171=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 174 - color contains mainly: red. Hex color #AE81AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE81AB is #517E54. Grayscale: #939393. Windows color (decimal): -5340757 or 11239854. OLE color: 11239854.

HSL color Cylindrical-coordinate representation of color #AE81AB: hue angle of 304º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE81AB is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 129 171 -
CMYK 0 0.26 0.02 0.32
HSL 304º 0.22% 0.59% -
HSV(B) 304º 0.26% 0.68% -
XYZ 32.66 27.64 42.14 -
YUV 147.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 174 129 171 0 0.26 0.02 0.32 304 0.22 0.59
Hex AE 81 AB 0 1A 2 20 130 16 3B
Octal 256 201 253 0 32 2 40 460 26 73
Binary 10101110 10000001 10101011 0 11010 10 100000 100110000 10110 111011

Color Harmonies of #AE81AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE81AB

Black with #AE81AB

Text Example


Text Example

White with #AE81AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE81AB; }

 p { color: rgb(174,129,171); }

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

background-color css

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

 a { background-color: rgb(174,129,171); }

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

border-color css

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

 span { border-color: rgb(174,129,171); }

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