#AE85BD

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

Shades of East Side #AE85BD

Tints of East Side #AE85BD

Color information

#AE85BD (or 0xAE85BD) is unknown color: approx East Side. HEX triplet: AE, 85 and BD. RGB value is (174,133,189). Sum of RGB (Red+Green+Blue) = 174+133+189=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE85BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE85BD is #517A42. Grayscale: #979797. Windows color (decimal): -5339715 or 12420526. OLE color: 12420526.

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

Color convert

RGB174133189-
CMYK0.080.3000.26
HSL283.93º29.79%63.14%-
HSV(B)283.93º29.63%74.12%-
XYZ35.0329.4551.98-
YUV151.64149.08143.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 133 (52.34% from 255) = 26.81%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=35.08%
G=26.81%
B=38.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741331890.080.3000.26283.9329.7963.14
HexAE85BD81E01A11c1e3f
Octal25620527510360324343677
Binary10101110100001011011110110001111001101010001110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85BD; }

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

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

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

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

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

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

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

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