Html Css Color HEX #AE85AF London Hue

📋 copy color: '#AE85AF'

red 174 ◦ green 133 ◦ blue 175

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

Shades of London Hue #AE85AF

Tints of London Hue #AE85AF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.59%

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

R = 36.1%
G = 27.59%
B = 36.31%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AE85AF (or 0xAE85AF) is known color: London Hue. HEX triplet: AE, 85 and AF. RGB value is (174,133,175). Sum of RGB (Red+Green+Blue) = 174+133+175=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE85AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE85AF is #517A50. Grayscale: #959595. Windows color (decimal): -5339729 or 11503022. OLE color: 11503022.

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

Color convert

RGB 174 133 175 -
CMYK 0.01 0.24 0 0.31
HSL 298.57º 0.21% 0.6% -
HSV(B) 298.57º 0.24% 0.69% -
XYZ 33.58 28.87 44.36 -
YUV 150.05 142.08 145.08 -
System Red Green Blue C M Y K H S L
Decimal 174 133 175 0.01 0.24 0 0.31 298.57 0.21 0.6
Hex AE 85 AF 1 18 0 1F 12B 15 3C
Octal 256 205 257 1 30 0 37 453 25 74
Binary 10101110 10000101 10101111 1 11000 0 11111 100101011 10101 111100

Color Harmonies of #AE85AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE85AF

Black with #AE85AF

Text Example


Text Example

White with #AE85AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE85AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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