Html Css Color HEX #AE81AA London Hue

📋 copy color: '#AE81AA'

red 174 ◦ green 129 ◦ blue 170

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

Shades of London Hue #AE81AA

Tints of London Hue #AE81AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.94%

R = 36.79%
G = 27.27%
B = 35.94%

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

#AE81AA (or 0xAE81AA) is known color: London Hue. HEX triplet: AE, 81 and AA. RGB value is (174,129,170). Sum of RGB (Red+Green+Blue) = 174+129+170=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 174 - color contains mainly: red. Hex color #AE81AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE81AA is #517E55. Grayscale: #939393. Windows color (decimal): -5340758 or 11174318. OLE color: 11174318.

HSL color Cylindrical-coordinate representation of color #AE81AA: hue angle of 305.33º 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 #AE81AA is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 129 170 -
CMYK 0 0.26 0.02 0.32
HSL 305.33º 0.22% 0.59% -
HSV(B) 305.33º 0.26% 0.68% -
XYZ 32.56 27.6 41.64 -
YUV 147.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 174 129 170 0 0.26 0.02 0.32 305.33 0.22 0.59
Hex AE 81 AA 0 1A 2 20 131 16 3B
Octal 256 201 252 0 32 2 40 461 26 73
Binary 10101110 10000001 10101010 0 11010 10 100000 100110001 10110 111011

Color Harmonies of #AE81AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE81AA

Black with #AE81AA

Text Example


Text Example

White with #AE81AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE81AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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