#AE98BA

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

Shades of East Side #AE98BA

Tints of East Side #AE98BA

Color information

#AE98BA (or 0xAE98BA) is unknown color: approx East Side. HEX triplet: AE, 98 and BA. RGB value is (174,152,186). Sum of RGB (Red+Green+Blue) = 174+152+186=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE98BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE98BA is #516745. Grayscale: #A2A2A2. Windows color (decimal): -5334854 or 12228782. OLE color: 12228782.

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

Color convert

RGB174152186-
CMYK0.060.1800.27
HSL278.82º19.77%66.27%-
HSV(B)278.82º18.28%72.94%-
XYZ37.553551.23-
YUV162.45141.29136.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 152 (59.77% from 255) = 29.69%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=33.98%
G=29.69%
B=36.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741521860.060.1800.27278.8219.7766.27
HexAE98BA61201B1171442
Octal25623027262203342724102
Binary10101110100110001011101011010010011011100010111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE98BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE98BA; }

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

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

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

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

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

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

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

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