Html Css Color HEX #AE81AD London Hue

📋 copy color: '#AE81AD'

red 174 ◦ green 129 ◦ blue 173

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

Shades of London Hue #AE81AD

Tints of London Hue #AE81AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.34%

R = 36.55%
G = 27.1%
B = 36.34%

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

#AE81AD (or 0xAE81AD) is known color: London Hue. HEX triplet: AE, 81 and AD. RGB value is (174,129,173). Sum of RGB (Red+Green+Blue) = 174+129+173=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 174 - color contains mainly: red. Hex color #AE81AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE81AD is #517E52. Grayscale: #939393. Windows color (decimal): -5340755 or 11370926. OLE color: 11370926.

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

Color convert

RGB 174 129 173 -
CMYK 0 0.26 0.01 0.32
HSL 301.33º 0.22% 0.59% -
HSV(B) 301.33º 0.26% 0.68% -
XYZ 32.85 27.72 43.15 -
YUV 147.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 174 129 173 0 0.26 0.01 0.32 301.33 0.22 0.59
Hex AE 81 AD 0 1A 1 20 12D 16 3B
Octal 256 201 255 0 32 1 40 455 26 73
Binary 10101110 10000001 10101101 0 11010 1 100000 100101101 10110 111011

Color Harmonies of #AE81AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE81AD

Black with #AE81AD

Text Example


Text Example

White with #AE81AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE81AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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