#AE97BD

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

Shades of East Side #AE97BD

Tints of East Side #AE97BD

Color information

#AE97BD (or 0xAE97BD) is unknown color: approx East Side. HEX triplet: AE, 97 and BD. RGB value is (174,151,189). Sum of RGB (Red+Green+Blue) = 174+151+189=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE97BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE97BD is #516842. Grayscale: #A2A2A2. Windows color (decimal): -5335107 or 12425134. OLE color: 12425134.

HSL color Cylindrical-coordinate representation of color #AE97BD: hue angle of 276.32º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AE97BD is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174151189-
CMYK0.080.2000.26
HSL276.32º22.35%66.67%-
HSV(B)276.32º20.11%74.12%-
XYZ37.7134.8152.87-
YUV162.21143.12136.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.85%
GREEN value IS 151 (59.38% from 255) = 29.38%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=33.85%
G=29.38%
B=36.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741511890.080.2000.26276.3222.3566.67
HexAE97BD81401A1141643
Octal256227275102403242426103
Binary101011101001011110111101100010100011010100010100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97BD; }

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

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

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

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

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

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

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

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