#AE7AC9

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

Shades of East Side #AE7AC9

Tints of East Side #AE7AC9

Color information

#AE7AC9 (or 0xAE7AC9) is unknown color: approx East Side. HEX triplet: AE, 7A and C9. RGB value is (174,122,201). Sum of RGB (Red+Green+Blue) = 174+122+201=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE7AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7AC9 is #518536. Grayscale: #929292. Windows color (decimal): -5342519 or 13204142. OLE color: 13204142.

HSL color Cylindrical-coordinate representation of color #AE7AC9: hue angle of 279.49º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE7AC9 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174122201-
CMYK0.130.3900.21
HSL279.49º42.25%63.33%-
HSV(B)279.49º39.3%78.82%-
XYZ34.9627.1358.65-
YUV146.55158.73147.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 122 (48.05% from 255) = 24.55%
BLUE value IS 201 (78.91% from 255) = 40.44%
R=35.01%
G=24.55%
B=40.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741222010.130.3900.21279.4942.2563.33
HexAE7AC9D270151172a3f
Octal25617231115470254275277
Binary101011101111010110010011101100111010101100010111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7AC9; }

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

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

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

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

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

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

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

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