#AE85BE

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

Shades of East Side #AE85BE

Tints of East Side #AE85BE

Color information

#AE85BE (or 0xAE85BE) is unknown color: approx East Side. HEX triplet: AE, 85 and BE. RGB value is (174,133,190). Sum of RGB (Red+Green+Blue) = 174+133+190=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE85BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE85BE is #517A41. Grayscale: #979797. Windows color (decimal): -5339714 or 12486062. OLE color: 12486062.

HSL color Cylindrical-coordinate representation of color #AE85BE: hue angle of 283.16º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE85BE is Cyan = 0.08, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174133190-
CMYK0.080.300.25
HSL283.16º30.48%63.33%-
HSV(B)283.16º30%74.51%-
XYZ35.1429.4952.56-
YUV151.76149.58143.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=35.01%
G=26.76%
B=38.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741331900.080.300.25283.1630.4863.33
HexAE85BE81E01911b1e3f
Octal25620527610360314333677
Binary10101110100001011011111010001111001100110001101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85BE; }

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

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

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

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

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

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

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

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