Html Css Color HEX #AE7CAF London Hue

📋 copy color: '#AE7CAF'

red 174 ◦ green 124 ◦ blue 175

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

Shades of London Hue #AE7CAF

Tints of London Hue #AE7CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.22%

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

R = 36.79%
G = 26.22%
B = 37%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AE7CAF (or 0xAE7CAF) is known color: London Hue. HEX triplet: AE, 7C and AF. RGB value is (174,124,175). Sum of RGB (Red+Green+Blue) = 174+124+175=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE7CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7CAF is #518350. Grayscale: #909090. Windows color (decimal): -5342033 or 11500718. OLE color: 11500718.

HSL color Cylindrical-coordinate representation of color #AE7CAF: hue angle of 298.82º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE7CAF is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 124 175 -
CMYK 0.01 0.29 0 0.31
HSL 298.82º 0.24% 0.59% -
HSV(B) 298.82º 0.29% 0.69% -
XYZ 32.4 26.51 43.97 -
YUV 144.76 145.07 148.85 -
System Red Green Blue C M Y K H S L
Decimal 174 124 175 0.01 0.29 0 0.31 298.82 0.24 0.59
Hex AE 7C AF 1 1D 0 1F 12B 18 3B
Octal 256 174 257 1 35 0 37 453 30 73
Binary 10101110 1111100 10101111 1 11101 0 11111 100101011 11000 111011

Color Harmonies of #AE7CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7CAF

Black with #AE7CAF

Text Example


Text Example

White with #AE7CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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