#AE98BF

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

Shades of East Side #AE98BF

Tints of East Side #AE98BF

Color information

#AE98BF (or 0xAE98BF) is unknown color: approx East Side. HEX triplet: AE, 98 and BF. RGB value is (174,152,191). Sum of RGB (Red+Green+Blue) = 174+152+191=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE98BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE98BF is #516740. Grayscale: #A2A2A2. Windows color (decimal): -5334849 or 12556462. OLE color: 12556462.

HSL color Cylindrical-coordinate representation of color #AE98BF: hue angle of 273.85º 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 #AE98BF is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174152191-
CMYK0.090.2000.25
HSL273.85º23.35%67.25%-
HSV(B)273.85º20.42%74.9%-
XYZ38.0935.2254.08-
YUV163.02143.79135.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 191 (75% from 255) = 36.94%
R=33.66%
G=29.40%
B=36.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741521910.090.2000.25273.8523.3567.25
HexAE98BF9140191121743
Octal256230277112403142227103
Binary101011101001100010111111100110100011001100010010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE98BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE98BF; }

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

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

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

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

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

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

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

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