#AE95BE

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

Shades of East Side #AE95BE

Tints of East Side #AE95BE

Color information

#AE95BE (or 0xAE95BE) is unknown color: approx East Side. HEX triplet: AE, 95 and BE. RGB value is (174,149,190). Sum of RGB (Red+Green+Blue) = 174+149+190=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE95BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE95BE is #516A41. Grayscale: #A1A1A1. Windows color (decimal): -5335618 or 12490158. OLE color: 12490158.

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

Color convert

RGB174149190-
CMYK0.080.2200.25
HSL276.59º23.98%66.47%-
HSV(B)276.59º21.58%74.51%-
XYZ37.534.2153.34-
YUV161.15144.28137.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 149 (58.59% from 255) = 29.04%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=33.92%
G=29.04%
B=37.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741491900.080.2200.25276.5923.9866.47
HexAE95BE8160191151842
Octal256225276102603142530102
Binary101011101001010110111110100010110011001100010101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE95BE; }

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

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

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

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

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

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

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

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