#AE94C6

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

Shades of East Side #AE94C6

Tints of East Side #AE94C6

Color information

#AE94C6 (or 0xAE94C6) is unknown color: approx East Side. HEX triplet: AE, 94 and C6. RGB value is (174,148,198). Sum of RGB (Red+Green+Blue) = 174+148+198=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE94C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE94C6 is #516B39. Grayscale: #A1A1A1. Windows color (decimal): -5335866 or 13014190. OLE color: 13014190.

HSL color Cylindrical-coordinate representation of color #AE94C6: hue angle of 271.2º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE94C6 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB174148198-
CMYK0.120.2500.22
HSL271.2º30.49%67.84%-
HSV(B)271.2º25.25%77.65%-
XYZ38.2434.2658.02-
YUV161.47148.61136.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 148 (58.20% from 255) = 28.46%
BLUE value IS 198 (77.73% from 255) = 38.08%
R=33.46%
G=28.46%
B=38.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741481980.120.2500.22271.230.4967.84
HexAE94C6C1901610f1e44
Octal256224306143102641736104
Binary101011101001010011000110110011001010110100001111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE94C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE94C6; }

 p { color: rgb(174,148,198); }

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

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

 a { background-color: rgb(174,148,198); }

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

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

 span { border-color: rgb(174,148,198); }

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