#AE7AB6

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

Shades of East Side #AE7AB6

Tints of East Side #AE7AB6

Color information

#AE7AB6 (or 0xAE7AB6) is unknown color: approx East Side. HEX triplet: AE, 7A and B6. RGB value is (174,122,182). Sum of RGB (Red+Green+Blue) = 174+122+182=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE7AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7AB6 is #518549. Grayscale: #909090. Windows color (decimal): -5342538 or 11958958. OLE color: 11958958.

HSL color Cylindrical-coordinate representation of color #AE7AB6: hue angle of 292º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE7AB6 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174122182-
CMYK0.040.3300.29
HSL292º29.13%59.61%-
HSV(B)292º32.97%71.37%-
XYZ32.8626.347.6-
YUV144.39149.23149.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 182 (71.48% from 255) = 38.08%
R=36.40%
G=25.52%
B=38.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741221820.040.3300.2929229.1359.61
HexAE7AB642101D1241d3c
Octal2561722664410354443574
Binary1010111011110101011011010010000101110110010010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7AB6; }

 p { color: rgb(174,122,182); }

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

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

 a { background-color: rgb(174,122,182); }

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

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

 span { border-color: rgb(174,122,182); }

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