#AE98B4

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

Shades of East Side #AE98B4

Tints of East Side #AE98B4

Color information

#AE98B4 (or 0xAE98B4) is unknown color: approx East Side. HEX triplet: AE, 98 and B4. RGB value is (174,152,180). Sum of RGB (Red+Green+Blue) = 174+152+180=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE98B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE98B4 is #51674B. Grayscale: #A1A1A1. Windows color (decimal): -5334860 or 11835566. OLE color: 11835566.

HSL color Cylindrical-coordinate representation of color #AE98B4: hue angle of 287.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AE98B4 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174152180-
CMYK0.030.1600.29
HSL287.14º15.73%65.1%-
HSV(B)287.14º15.56%70.59%-
XYZ36.9234.7547.94-
YUV161.77138.29136.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 152 (59.77% from 255) = 30.04%
BLUE value IS 180 (70.70% from 255) = 35.57%
R=34.39%
G=30.04%
B=35.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741521800.030.1600.29287.1415.7365.1
HexAE98B431001D11f1041
Octal25623026432003543720101
Binary1010111010011000101101001110000011101100011111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE98B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE98B4; }

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

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

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

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

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

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

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

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