#AE92C0

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

Shades of East Side #AE92C0

Tints of East Side #AE92C0

Color information

#AE92C0 (or 0xAE92C0) is unknown color: approx East Side. HEX triplet: AE, 92 and C0. RGB value is (174,146,192). Sum of RGB (Red+Green+Blue) = 174+146+192=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE92C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE92C0 is #516D3F. Grayscale: #9F9F9F. Windows color (decimal): -5336384 or 12620462. OLE color: 12620462.

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

Color convert

RGB174146192-
CMYK0.090.2400.25
HSL276.52º26.74%66.27%-
HSV(B)276.52º23.96%75.29%-
XYZ37.2533.3654.35-
YUV159.62146.28138.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 192 (75.39% from 255) = 37.5%
R=33.98%
G=28.52%
B=37.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741461920.090.2400.25276.5226.7466.27
HexAE92C09180191151b42
Octal256222300113003142533102
Binary101011101001001011000000100111000011001100010101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92C0; }

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

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

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

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

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

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

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

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