#AE90C1

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

Shades of East Side #AE90C1

Tints of East Side #AE90C1

Color information

#AE90C1 (or 0xAE90C1) is unknown color: approx East Side. HEX triplet: AE, 90 and C1. RGB value is (174,144,193). Sum of RGB (Red+Green+Blue) = 174+144+193=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE90C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90C1 is #516F3E. Grayscale: #9E9E9E. Windows color (decimal): -5336895 or 12685486. OLE color: 12685486.

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

Color convert

RGB174144193-
CMYK0.100.2500.24
HSL276.73º28.32%66.08%-
HSV(B)276.73º25.39%75.69%-
XYZ37.0532.854.83-
YUV158.56147.44139.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 144 (56.64% from 255) = 28.18%
BLUE value IS 193 (75.78% from 255) = 37.77%
R=34.05%
G=28.18%
B=37.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741441930.100.2500.24276.7328.3266.08
HexAE90C1A190181151c42
Octal256220301123103042534102
Binary101011101001000011000001101011001011000100010101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE90C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE90C1; }

 p { color: rgb(174,144,193); }

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

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

 a { background-color: rgb(174,144,193); }

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

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

 span { border-color: rgb(174,144,193); }

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