Html Css Color HEX #AE7AAF London Hue

📋 copy color: '#AE7AAF'

red 174 ◦ green 122 ◦ blue 175

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

Shades of London Hue #AE7AAF

Tints of London Hue #AE7AAF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.9%

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 36.94%
G = 25.9%
B = 37.15%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AE7AAF (or 0xAE7AAF) is known color: London Hue. HEX triplet: AE, 7A and AF. RGB value is (174,122,175). Sum of RGB (Red+Green+Blue) = 174+122+175=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE7AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7AAF is #518550. Grayscale: #8F8F8F. Windows color (decimal): -5342545 or 11500206. OLE color: 11500206.

HSL color Cylindrical-coordinate representation of color #AE7AAF: hue angle of 298.87º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE7AAF is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 122 175 -
CMYK 0.01 0.30 0 0.31
HSL 298.87º 0.25% 0.58% -
HSV(B) 298.87º 0.3% 0.69% -
XYZ 32.15 26.01 43.88 -
YUV 143.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 174 122 175 0.01 0.30 0 0.31 298.87 0.25 0.58
Hex AE 7A AF 1 1E 0 1F 12B 19 3A
Octal 256 172 257 1 36 0 37 453 31 72
Binary 10101110 1111010 10101111 1 11110 0 11111 100101011 11001 111010

Color Harmonies of #AE7AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7AAF

Black with #AE7AAF

Text Example


Text Example

White with #AE7AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7AAF; }

 p { color: rgb(174,122,175); }

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

background-color css

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

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

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

border-color css

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

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

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