#A897B2

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

Shades of East Side #A897B2

Tints of East Side #A897B2

Color information

#A897B2 (or 0xA897B2) is unknown color: approx East Side. HEX triplet: A8, 97 and B2. RGB value is (168,151,178). Sum of RGB (Red+Green+Blue) = 168+151+178=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 178 - color contains mainly: blue. Hex color #A897B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A897B2 is #57684D. Grayscale: #9F9F9F. Windows color (decimal): -5728334 or 11704232. OLE color: 11704232.

HSL color Cylindrical-coordinate representation of color #A897B2: hue angle of 277.78º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A897B2 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB168151178-
CMYK0.060.1500.30
HSL277.78º14.92%64.51%-
HSV(B)277.78º15.17%69.8%-
XYZ35.2533.6746.76-
YUV159.16138.63134.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 151 (59.38% from 255) = 30.38%
BLUE value IS 178 (69.92% from 255) = 35.81%
R=33.80%
G=30.38%
B=35.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681511780.060.1500.30277.7814.9264.51
HexA897B26F01E116f41
Octal25022726261703642617101
Binary101010001001011110110010110111101111010001011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A897B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A897B2; }

 p { color: rgb(168,151,178); }

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

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

 a { background-color: rgb(168,151,178); }

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

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

 span { border-color: rgb(168,151,178); }

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