#AE98BB

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

Shades of East Side #AE98BB

Tints of East Side #AE98BB

Color information

#AE98BB (or 0xAE98BB) is unknown color: approx East Side. HEX triplet: AE, 98 and BB. RGB value is (174,152,187). Sum of RGB (Red+Green+Blue) = 174+152+187=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE98BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE98BB is #516744. Grayscale: #A2A2A2. Windows color (decimal): -5334853 or 12294318. OLE color: 12294318.

HSL color Cylindrical-coordinate representation of color #AE98BB: hue angle of 277.71º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AE98BB is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174152187-
CMYK0.070.1900.27
HSL277.71º20.47%66.47%-
HSV(B)277.71º18.72%73.33%-
XYZ37.6535.0451.79-
YUV162.57141.79136.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=33.92%
G=29.63%
B=36.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741521870.070.1900.27277.7120.4766.47
HexAE98BB71301B1161442
Octal25623027372303342624102
Binary10101110100110001011101111110011011011100010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE98BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE98BB; }

 p { color: rgb(174,152,187); }

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

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

 a { background-color: rgb(174,152,187); }

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

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

 span { border-color: rgb(174,152,187); }

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