#AE84BD

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

Shades of East Side #AE84BD

Tints of East Side #AE84BD

Color information

#AE84BD (or 0xAE84BD) is unknown color: approx East Side. HEX triplet: AE, 84 and BD. RGB value is (174,132,189). Sum of RGB (Red+Green+Blue) = 174+132+189=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE84BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE84BD is #517B42. Grayscale: #969696. Windows color (decimal): -5339971 or 12420270. OLE color: 12420270.

HSL color Cylindrical-coordinate representation of color #AE84BD: hue angle of 284.21º 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 #AE84BD is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174132189-
CMYK0.080.3000.26
HSL284.21º30.16%62.94%-
HSV(B)284.21º30.16%74.12%-
XYZ34.8929.1851.94-
YUV151.06149.41144.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 132 (51.95% from 255) = 26.67%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=35.15%
G=26.67%
B=38.18%

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
Decimal1741321890.080.3000.26284.2130.1662.94
HexAE84BD81E01A11c1e3f
Octal25620427510360324343677
Binary10101110100001001011110110001111001101010001110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE84BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE84BD; }

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

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

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

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

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

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

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

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