Html Css Color HEX #AE77AA London Hue

📋 copy color: '#AE77AA'

red 174 ◦ green 119 ◦ blue 170

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

Shades of London Hue #AE77AA

Tints of London Hue #AE77AA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.7%

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

R = 37.58%
G = 25.7%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE77AA (or 0xAE77AA) is known color: London Hue. HEX triplet: AE, 77 and AA. RGB value is (174,119,170). Sum of RGB (Red+Green+Blue) = 174+119+170=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 174 - color contains mainly: red. Hex color #AE77AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE77AA is #518855. Grayscale: #8D8D8D. Windows color (decimal): -5343318 or 11171758. OLE color: 11171758.

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

Color convert

RGB 174 119 170 -
CMYK 0 0.32 0.02 0.32
HSL 304.36º 0.25% 0.57% -
HSV(B) 304.36º 0.32% 0.68% -
XYZ 31.31 25.09 41.22 -
YUV 141.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 174 119 170 0 0.32 0.02 0.32 304.36 0.25 0.57
Hex AE 77 AA 0 20 2 20 130 19 39
Octal 256 167 252 0 40 2 40 460 31 71
Binary 10101110 1110111 10101010 0 100000 10 100000 100110000 11001 111001

Color Harmonies of #AE77AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE77AA

Black with #AE77AA

Text Example


Text Example

White with #AE77AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE77AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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