#AE99C1

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

Shades of East Side #AE99C1

Tints of East Side #AE99C1

Color information

#AE99C1 (or 0xAE99C1) is unknown color: approx East Side. HEX triplet: AE, 99 and C1. RGB value is (174,153,193). Sum of RGB (Red+Green+Blue) = 174+153+193=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE99C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE99C1 is #51663E. Grayscale: #A3A3A3. Windows color (decimal): -5334591 or 12687790. OLE color: 12687790.

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

Color convert

RGB174153193-
CMYK0.100.2100.24
HSL271.5º24.39%67.84%-
HSV(B)271.5º20.73%75.69%-
XYZ38.4735.6355.3-
YUV163.84144.46135.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 193 (75.78% from 255) = 37.12%
R=33.46%
G=29.42%
B=37.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741531930.100.2100.24271.524.3967.84
HexAE99C1A150181101844
Octal256231301122503042030104
Binary101011101001100111000001101010101011000100010000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99C1; }

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

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

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

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

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

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

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

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