#AE92C4

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

Shades of East Side #AE92C4

Tints of East Side #AE92C4

Color information

#AE92C4 (or 0xAE92C4) is unknown color: approx East Side. HEX triplet: AE, 92 and C4. RGB value is (174,146,196). Sum of RGB (Red+Green+Blue) = 174+146+196=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE92C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE92C4 is #516D3B. Grayscale: #9F9F9F. Windows color (decimal): -5336380 or 12882606. OLE color: 12882606.

HSL color Cylindrical-coordinate representation of color #AE92C4: hue angle of 273.6º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE92C4 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB174146196-
CMYK0.110.2600.23
HSL273.6º29.76%67.06%-
HSV(B)273.6º25.51%76.86%-
XYZ37.733.5456.71-
YUV160.07148.28137.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 146 (57.42% from 255) = 28.29%
BLUE value IS 196 (76.95% from 255) = 37.98%
R=33.72%
G=28.29%
B=37.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741461960.110.2600.23273.629.7667.06
HexAE92C4B1A0171121e43
Octal256222304133202742236103
Binary101011101001001011000100101111010010111100010010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92C4; }

 p { color: rgb(174,146,196); }

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

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

 a { background-color: rgb(174,146,196); }

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

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

 span { border-color: rgb(174,146,196); }

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