#AE98BE

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

Shades of East Side #AE98BE

Tints of East Side #AE98BE

Color information

#AE98BE (or 0xAE98BE) is unknown color: approx East Side. HEX triplet: AE, 98 and BE. RGB value is (174,152,190). Sum of RGB (Red+Green+Blue) = 174+152+190=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE98BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE98BE is #516741. Grayscale: #A2A2A2. Windows color (decimal): -5334850 or 12490926. OLE color: 12490926.

HSL color Cylindrical-coordinate representation of color #AE98BE: hue angle of 274.74º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AE98BE is Cyan = 0.08, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174152190-
CMYK0.080.200.25
HSL274.74º22.62%67.06%-
HSV(B)274.74º20%74.51%-
XYZ37.9835.1753.5-
YUV162.91143.29135.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 152 (59.77% from 255) = 29.46%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=33.72%
G=29.46%
B=36.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741521900.080.200.25274.7422.6267.06
HexAE98BE8140191131743
Octal256230276102403142327103
Binary101011101001100010111110100010100011001100010011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE98BE; }

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

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

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

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

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

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

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

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