#AE85B4

Color #AE85B4 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AE85B4

Tints of East Side #AE85B4

Color information

#AE85B4 (or 0xAE85B4) is unknown color: approx East Side. HEX triplet: AE, 85 and B4. RGB value is (174,133,180). Sum of RGB (Red+Green+Blue) = 174+133+180=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE85B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE85B4 is #517A4B. Grayscale: #969696. Windows color (decimal): -5339724 or 11830702. OLE color: 11830702.

HSL color Cylindrical-coordinate representation of color #AE85B4: hue angle of 292.34º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE85B4 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174133180-
CMYK0.030.2600.29
HSL292.34º23.86%61.37%-
HSV(B)292.34º26.11%70.59%-
XYZ34.0829.0746.99-
YUV150.62144.58144.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 133 (52.34% from 255) = 27.31%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=35.73%
G=27.31%
B=36.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741331800.030.2600.29292.3423.8661.37
HexAE85B431A01D124183d
Octal2562052643320354443075
Binary101011101000010110110100111101001110110010010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85B4; }

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

 H1.HeaderClassName
 {
   color: #AE85B4;
 }
 .AnyTagClassName
 {
   color: #AE85B4;
 }
</style>
background-color css

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

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

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

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

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

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