#A897B4

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

Shades of East Side #A897B4

Tints of East Side #A897B4

Color information

#A897B4 (or 0xA897B4) is unknown color: approx East Side. HEX triplet: A8, 97 and B4. RGB value is (168,151,180). Sum of RGB (Red+Green+Blue) = 168+151+180=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 180 - color contains mainly: blue. Hex color #A897B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897B4 is #57684B. Grayscale: #9F9F9F. Windows color (decimal): -5728332 or 11835304. OLE color: 11835304.

HSL color Cylindrical-coordinate representation of color #A897B4: hue angle of 275.17º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A897B4 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB168151180-
CMYK0.070.1600.29
HSL275.17º16.2%64.9%-
HSV(B)275.17º16.11%70.59%-
XYZ35.4533.7547.83-
YUV159.39139.63134.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 151 (59.38% from 255) = 30.26%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=33.67%
G=30.26%
B=36.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681511800.070.1600.29275.1716.264.9
HexA897B471001D1131041
Octal25022726472003542320101
Binary10101000100101111011010011110000011101100010011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A897B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A897B4; }

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

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

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

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

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

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

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

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