#AE92C1

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

Shades of East Side #AE92C1

Tints of East Side #AE92C1

Color information

#AE92C1 (or 0xAE92C1) is unknown color: approx East Side. HEX triplet: AE, 92 and C1. RGB value is (174,146,193). Sum of RGB (Red+Green+Blue) = 174+146+193=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE92C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE92C1 is #516D3E. Grayscale: #9F9F9F. Windows color (decimal): -5336383 or 12685998. OLE color: 12685998.

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

Color convert

RGB174146193-
CMYK0.100.2400.24
HSL275.74º27.49%66.47%-
HSV(B)275.74º24.35%75.69%-
XYZ37.3633.4154.93-
YUV159.73146.78138.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 146 (57.42% from 255) = 28.46%
BLUE value IS 193 (75.78% from 255) = 37.62%
R=33.92%
G=28.46%
B=37.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741461930.100.2400.24275.7427.4966.47
HexAE92C1A180181141b42
Octal256222301123003042433102
Binary101011101001001011000001101011000011000100010100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE92C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE92C1; }

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

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

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

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

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

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

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

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