#AE79BD

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

Shades of East Side #AE79BD

Tints of East Side #AE79BD

Color information

#AE79BD (or 0xAE79BD) is unknown color: approx East Side. HEX triplet: AE, 79 and BD. RGB value is (174,121,189). Sum of RGB (Red+Green+Blue) = 174+121+189=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE79BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE79BD is #518642. Grayscale: #909090. Windows color (decimal): -5342787 or 12417454. OLE color: 12417454.

HSL color Cylindrical-coordinate representation of color #AE79BD: hue angle of 286.76º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE79BD is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174121189-
CMYK0.080.3600.26
HSL286.76º34%60.78%-
HSV(B)286.76º35.98%74.12%-
XYZ33.4826.3551.47-
YUV144.6153.06148.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 121 (47.66% from 255) = 25%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=35.95%
G=25%
B=39.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741211890.080.3600.26286.763460.78
HexAE79BD82401A11f223d
Octal25617127510440324374275
Binary101011101111001101111011000100100011010100011111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE79BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE79BD; }

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

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

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

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

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

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

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

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