Html Css Color HEX #AE81BB East Side

📋 copy color: '#AE81BB'

red 174 ◦ green 129 ◦ blue 187

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

Shades of East Side #AE81BB

Tints of East Side #AE81BB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.33%

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

R = 35.51%
G = 26.33%
B = 38.16%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE81BB (or 0xAE81BB) is known color: East Side. HEX triplet: AE, 81 and BB. RGB value is (174,129,187). Sum of RGB (Red+Green+Blue) = 174+129+187=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE81BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE81BB is #517E44. Grayscale: #949494. Windows color (decimal): -5340741 or 12288430. OLE color: 12288430.

HSL color Cylindrical-coordinate representation of color #AE81BB: hue angle of 286.55º 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 #AE81BB is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 129 187 -
CMYK 0.07 0.31 0 0.27
HSL 286.55º 0.3% 0.62% -
HSV(B) 286.55º 0.31% 0.73% -
XYZ 34.28 28.29 50.67 -
YUV 149.07 149.41 145.78 -
System Red Green Blue C M Y K H S L
Decimal 174 129 187 0.07 0.31 0 0.27 286.55 0.3 0.62
Hex AE 81 BB 7 1F 0 1B 11F 1E 3E
Octal 256 201 273 7 37 0 33 437 36 76
Binary 10101110 10000001 10111011 111 11111 0 11011 100011111 11110 111110

Color Harmonies of #AE81BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE81BB

Black with #AE81BB

Text Example


Text Example

White with #AE81BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE81BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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