#A88AAE

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

Shades of East Side #A88AAE

Tints of East Side #A88AAE

Color information

#A88AAE (or 0xA88AAE) is unknown color: approx East Side. HEX triplet: A8, 8A and AE. RGB value is (168,138,174). Sum of RGB (Red+Green+Blue) = 168+138+174=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 174 - color contains mainly: blue. Hex color #A88AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88AAE is #577551. Grayscale: #969696. Windows color (decimal): -5731666 or 11438760. OLE color: 11438760.

HSL color Cylindrical-coordinate representation of color #A88AAE: hue angle of 290º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A88AAE is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168138174-
CMYK0.030.2100.32
HSL290º18.18%61.18%-
HSV(B)290º20.69%68.24%-
XYZ32.8829.5644.02-
YUV151.07140.94140.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35%
GREEN value IS 138 (54.30% from 255) = 28.75%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=35%
G=28.75%
B=36.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681381740.030.2100.3229018.1861.18
HexA88AAE315020122123d
Octal2502122563250404422275
Binary1010100010001010101011101110101010000010010001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88AAE; }

 p { color: rgb(168,138,174); }

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

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

 a { background-color: rgb(168,138,174); }

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

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

 span { border-color: rgb(168,138,174); }

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