Html Css Color HEX #AE81AC London Hue

📋 copy color: '#AE81AC'

red 174 ◦ green 129 ◦ blue 172

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

Shades of London Hue #AE81AC

Tints of London Hue #AE81AC

RGB

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

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

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

R = 36.63%
G = 27.16%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE81AC (or 0xAE81AC) is known color: London Hue. HEX triplet: AE, 81 and AC. RGB value is (174,129,172). Sum of RGB (Red+Green+Blue) = 174+129+172=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 174 - color contains mainly: red. Hex color #AE81AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE81AC is #517E53. Grayscale: #939393. Windows color (decimal): -5340756 or 11305390. OLE color: 11305390.

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

Color convert

RGB 174 129 172 -
CMYK 0 0.26 0.01 0.32
HSL 302.67º 0.22% 0.59% -
HSV(B) 302.67º 0.26% 0.68% -
XYZ 32.75 27.68 42.65 -
YUV 147.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 174 129 172 0 0.26 0.01 0.32 302.67 0.22 0.59
Hex AE 81 AC 0 1A 1 20 12F 16 3B
Octal 256 201 254 0 32 1 40 457 26 73
Binary 10101110 10000001 10101100 0 11010 1 100000 100101111 10110 111011

Color Harmonies of #AE81AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE81AC

Black with #AE81AC

Text Example


Text Example

White with #AE81AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE81AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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