#AE95B7

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

Shades of East Side #AE95B7

Tints of East Side #AE95B7

Color information

#AE95B7 (or 0xAE95B7) is unknown color: approx East Side. HEX triplet: AE, 95 and B7. RGB value is (174,149,183). Sum of RGB (Red+Green+Blue) = 174+149+183=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE95B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE95B7 is #516A48. Grayscale: #A0A0A0. Windows color (decimal): -5335625 or 12031406. OLE color: 12031406.

HSL color Cylindrical-coordinate representation of color #AE95B7: hue angle of 284.12º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AE95B7 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB174149183-
CMYK0.050.1900.28
HSL284.12º19.1%65.1%-
HSV(B)284.12º18.58%71.76%-
XYZ36.7533.9149.41-
YUV160.35140.78137.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 149 (58.59% from 255) = 29.45%
BLUE value IS 183 (71.88% from 255) = 36.17%
R=34.39%
G=29.45%
B=36.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741491830.050.1900.28284.1219.165.1
HexAE95B751301C11c1341
Octal25622526752303443423101
Binary10101110100101011011011110110011011100100011100100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE95B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE95B7; }

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

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

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

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

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

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

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

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