Html Css Color HEX #AE88BA East Side

📋 copy color: '#AE88BA'

red 174 ◦ green 136 ◦ blue 186

#AE88BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #AE88BA

Tints of East Side #AE88BA

RGB

 RED value IS 174 (68.36% from 255) = 35.08%

 GREEN value IS 136 (53.52% from 255) = 27.42%

 BLUE value IS 186 (73.05% from 255) = 37.5%

R = 35.08%
G = 27.42%
B = 37.5%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE88BA (or 0xAE88BA) is known color: East Side. HEX triplet: AE, 88 and BA. RGB value is (174,136,186). Sum of RGB (Red+Green+Blue) = 174+136+186=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE88BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE88BA is #517745. Grayscale: #989898. Windows color (decimal): -5338950 or 12224686. OLE color: 12224686.

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

Color convert

RGB 174 136 186 -
CMYK 0.06 0.27 0 0.27
HSL 285.6º 0.27% 0.63% -
HSV(B) 285.6º 0.27% 0.73% -
XYZ 35.12 30.15 50.42 -
YUV 153.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 174 136 186 0.06 0.27 0 0.27 285.6 0.27 0.63
Hex AE 88 BA 6 1B 0 1B 11E 1B 3F
Octal 256 210 272 6 33 0 33 436 33 77
Binary 10101110 10001000 10111010 110 11011 0 11011 100011110 11011 111111

Color Harmonies of #AE88BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE88BA

Black with #AE88BA

Text Example


Text Example

White with #AE88BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE88BA; }

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

 H1.HeaderClassName
 {
   color: #AE88BA;
 }
 .AnyTagClassName
 {
   color: #AE88BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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