#AE7DBB

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

Shades of East Side #AE7DBB

Tints of East Side #AE7DBB

Color information

#AE7DBB (or 0xAE7DBB) is unknown color: approx East Side. HEX triplet: AE, 7D and BB. RGB value is (174,125,187). Sum of RGB (Red+Green+Blue) = 174+125+187=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE7DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7DBB is #518244. Grayscale: #929292. Windows color (decimal): -5341765 or 12287406. OLE color: 12287406.

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

Color convert

RGB174125187-
CMYK0.070.3300.27
HSL287.42º31.31%61.18%-
HSV(B)287.42º33.16%73.33%-
XYZ33.7627.2550.49-
YUV146.72150.73147.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 125 (49.22% from 255) = 25.72%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=35.80%
G=25.72%
B=38.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741251870.070.3300.27287.4231.3161.18
HexAE7DBB72101B11f1f3d
Octal2561752737410334373775
Binary1010111011111011011101111110000101101110001111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7DBB; }

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

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

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

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

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

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

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

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