#AE7AC2

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

Shades of East Side #AE7AC2

Tints of East Side #AE7AC2

Color information

#AE7AC2 (or 0xAE7AC2) is unknown color: approx East Side. HEX triplet: AE, 7A and C2. RGB value is (174,122,194). Sum of RGB (Red+Green+Blue) = 174+122+194=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE7AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7AC2 is #51853D. Grayscale: #919191. Windows color (decimal): -5342526 or 12745390. OLE color: 12745390.

HSL color Cylindrical-coordinate representation of color #AE7AC2: hue angle of 283.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE7AC2 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174122194-
CMYK0.100.3700.24
HSL283.33º37.11%61.96%-
HSV(B)283.33º37.11%76.08%-
XYZ34.1526.8154.41-
YUV145.76155.23148.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 122 (48.05% from 255) = 24.90%
BLUE value IS 194 (76.17% from 255) = 39.59%
R=35.51%
G=24.90%
B=39.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741221940.100.3700.24283.3337.1161.96
HexAE7AC2A2501811b253e
Octal25617230212450304334576
Binary101011101111010110000101010100101011000100011011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7AC2; }

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

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

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

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

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

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

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

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