#AE79BB

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

Shades of East Side #AE79BB

Tints of East Side #AE79BB

Color information

#AE79BB (or 0xAE79BB) is unknown color: approx East Side. HEX triplet: AE, 79 and BB. RGB value is (174,121,187). Sum of RGB (Red+Green+Blue) = 174+121+187=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE79BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE79BB is #518644. Grayscale: #909090. Windows color (decimal): -5342789 or 12286382. OLE color: 12286382.

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

Color convert

RGB174121187-
CMYK0.070.3500.27
HSL288.18º32.67%60.39%-
HSV(B)288.18º35.29%73.33%-
XYZ33.2626.2650.33-
YUV144.37152.06149.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 121 (47.66% from 255) = 25.10%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=36.10%
G=25.10%
B=38.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741211870.070.3500.27288.1832.6760.39
HexAE79BB72301B120213c
Octal2561712737430334404174
Binary10101110111100110111011111100011011011100100000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE79BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE79BB; }

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

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

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

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

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

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

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

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