#AE95BD

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

Shades of East Side #AE95BD

Tints of East Side #AE95BD

Color information

#AE95BD (or 0xAE95BD) is unknown color: approx East Side. HEX triplet: AE, 95 and BD. RGB value is (174,149,189). Sum of RGB (Red+Green+Blue) = 174+149+189=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE95BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE95BD is #516A42. Grayscale: #A0A0A0. Windows color (decimal): -5335619 or 12424622. OLE color: 12424622.

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

Color convert

RGB174149189-
CMYK0.080.2100.26
HSL277.5º23.26%66.27%-
HSV(B)277.5º21.16%74.12%-
XYZ37.3934.1752.77-
YUV161.03143.78137.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 149 (58.59% from 255) = 29.10%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=33.98%
G=29.10%
B=36.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741491890.080.2100.26277.523.2666.27
HexAE95BD81501A1161742
Octal256225275102503242627102
Binary101011101001010110111101100010101011010100010110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE95BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE95BD; }

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

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

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

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

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

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

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

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