Html Css Color HEX #AE80BB East Side

📋 copy color: '#AE80BB'

red 174 ◦ green 128 ◦ blue 187

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

Shades of East Side #AE80BB

Tints of East Side #AE80BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 35.58%
G = 26.18%
B = 38.24%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE80BB (or 0xAE80BB) is known color: East Side. HEX triplet: AE, 80 and BB. RGB value is (174,128,187). Sum of RGB (Red+Green+Blue) = 174+128+187=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE80BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80BB is #517F44. Grayscale: #949494. Windows color (decimal): -5340997 or 12288174. OLE color: 12288174.

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

Color convert

RGB 174 128 187 -
CMYK 0.07 0.32 0 0.27
HSL 286.78º 0.3% 0.62% -
HSV(B) 286.78º 0.32% 0.73% -
XYZ 34.14 28.02 50.62 -
YUV 148.48 149.74 146.2 -
System Red Green Blue C M Y K H S L
Decimal 174 128 187 0.07 0.32 0 0.27 286.78 0.3 0.62
Hex AE 80 BB 7 20 0 1B 11F 1E 3E
Octal 256 200 273 7 40 0 33 437 36 76
Binary 10101110 10000000 10111011 111 100000 0 11011 100011111 11110 111110

Color Harmonies of #AE80BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE80BB

Black with #AE80BB

Text Example


Text Example

White with #AE80BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE80BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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