#AE95B3

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

Shades of East Side #AE95B3

Tints of East Side #AE95B3

Color information

#AE95B3 (or 0xAE95B3) is unknown color: approx East Side. HEX triplet: AE, 95 and B3. RGB value is (174,149,179). Sum of RGB (Red+Green+Blue) = 174+149+179=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE95B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE95B3 is #516A4C. Grayscale: #9F9F9F. Windows color (decimal): -5335629 or 11769262. OLE color: 11769262.

HSL color Cylindrical-coordinate representation of color #AE95B3: hue angle of 290º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AE95B3 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB174149179-
CMYK0.030.1700.30
HSL290º16.48%64.31%-
HSV(B)290º16.76%70.2%-
XYZ36.3433.7547.25-
YUV159.89138.78138.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 149 (58.59% from 255) = 29.68%
BLUE value IS 179 (70.31% from 255) = 35.66%
R=34.66%
G=29.68%
B=35.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741491790.030.1700.3029016.4864.31
HexAE95B331101E1221040
Octal25622526332103644220100
Binary1010111010010101101100111110001011110100100010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE95B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE95B3; }

 p { color: rgb(174,149,179); }

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

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

 a { background-color: rgb(174,149,179); }

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

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

 span { border-color: rgb(174,149,179); }

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