Html Css Color HEX #AE77AE London Hue

📋 copy color: '#AE77AE'

red 174 ◦ green 119 ◦ blue 174

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

Shades of London Hue #AE77AE

Tints of London Hue #AE77AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.26%

R = 37.26%
G = 25.48%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AE77AE (or 0xAE77AE) is known color: London Hue. HEX triplet: AE, 77 and AE. RGB value is (174,119,174). Sum of RGB (Red+Green+Blue) = 174+119+174=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE77AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE77AE is #518851. Grayscale: #8D8D8D. Windows color (decimal): -5343314 or 11433902. OLE color: 11433902.

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

Color convert

RGB 174 119 174 -
CMYK 0 0.32 0 0.32
HSL 300º 0.25% 0.57% -
HSV(B) 300º 0.32% 0.68% -
XYZ 31.69 25.25 43.25 -
YUV 141.72 146.22 151.03 -
System Red Green Blue C M Y K H S L
Decimal 174 119 174 0 0.32 0 0.32 300 0.25 0.57
Hex AE 77 AE 0 20 0 20 12C 19 39
Octal 256 167 256 0 40 0 40 454 31 71
Binary 10101110 1110111 10101110 0 100000 0 100000 100101100 11001 111001

Color Harmonies of #AE77AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE77AE

Black with #AE77AE

Text Example


Text Example

White with #AE77AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE77AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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