Html Css Color HEX #AE80BA East Side

📋 copy color: '#AE80BA'

red 174 ◦ green 128 ◦ blue 186

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

Shades of East Side #AE80BA

Tints of East Side #AE80BA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.23%

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

R = 35.66%
G = 26.23%
B = 38.11%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE80BA (or 0xAE80BA) is known color: East Side. HEX triplet: AE, 80 and BA. RGB value is (174,128,186). Sum of RGB (Red+Green+Blue) = 174+128+186=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE80BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80BA is #517F45. Grayscale: #949494. Windows color (decimal): -5340998 or 12222638. OLE color: 12222638.

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

Color convert

RGB 174 128 186 -
CMYK 0.06 0.31 0 0.27
HSL 287.59º 0.3% 0.62% -
HSV(B) 287.59º 0.31% 0.73% -
XYZ 34.04 27.98 50.06 -
YUV 148.37 149.24 146.28 -
System Red Green Blue C M Y K H S L
Decimal 174 128 186 0.06 0.31 0 0.27 287.59 0.3 0.62
Hex AE 80 BA 6 1F 0 1B 120 1E 3E
Octal 256 200 272 6 37 0 33 440 36 76
Binary 10101110 10000000 10111010 110 11111 0 11011 100100000 11110 111110

Color Harmonies of #AE80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE80BA

Black with #AE80BA

Text Example


Text Example

White with #AE80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE80BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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