#AE92C8

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

Shades of East Side #AE92C8

Tints of East Side #AE92C8

Color information

#AE92C8 (or 0xAE92C8) is unknown color: approx East Side. HEX triplet: AE, 92 and C8. RGB value is (174,146,200). Sum of RGB (Red+Green+Blue) = 174+146+200=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE92C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE92C8 is #516D37. Grayscale: #A0A0A0. Windows color (decimal): -5336376 or 13144750. OLE color: 13144750.

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

Color convert

RGB174146200-
CMYK0.130.2700.22
HSL271.11º32.93%67.84%-
HSV(B)271.11º27%78.43%-
XYZ38.1633.7359.14-
YUV160.53150.28137.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 200 (78.52% from 255) = 38.46%
R=33.46%
G=28.08%
B=38.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741462000.130.2700.22271.1132.9367.84
HexAE92C8D1B01610f2144
Octal256222310153302641741104
Binary1010111010010010110010001101110110101101000011111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92C8; }

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

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

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

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

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

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

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

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