#AE7AC7

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

Shades of East Side #AE7AC7

Tints of East Side #AE7AC7

Color information

#AE7AC7 (or 0xAE7AC7) is unknown color: approx East Side. HEX triplet: AE, 7A and C7. RGB value is (174,122,199). Sum of RGB (Red+Green+Blue) = 174+122+199=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 199 - color contains mainly: blue. Hex color #AE7AC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7AC7 is #518538. Grayscale: #929292. Windows color (decimal): -5342521 or 13073070. OLE color: 13073070.

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

Color convert

RGB174122199-
CMYK0.130.3900.22
HSL280.52º40.74%62.94%-
HSV(B)280.52º38.69%78.04%-
XYZ34.7227.0457.42-
YUV146.33157.73147.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 122 (48.05% from 255) = 24.65%
BLUE value IS 199 (78.12% from 255) = 40.20%
R=35.15%
G=24.65%
B=40.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741221990.130.3900.22280.5240.7462.94
HexAE7AC7D27016119293f
Octal25617230715470264315177
Binary101011101111010110001111101100111010110100011001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7AC7; }

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

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

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

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

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

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

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

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