#A896B7

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

Shades of East Side #A896B7

Tints of East Side #A896B7

Color information

#A896B7 (or 0xA896B7) is unknown color: approx East Side. HEX triplet: A8, 96 and B7. RGB value is (168,150,183). Sum of RGB (Red+Green+Blue) = 168+150+183=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 183 - color contains mainly: blue. Hex color #A896B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896B7 is #576948. Grayscale: #9F9F9F. Windows color (decimal): -5728585 or 12031656. OLE color: 12031656.

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

Color convert

RGB168150183-
CMYK0.080.1800.28
HSL272.73º18.64%65.29%-
HSV(B)272.73º18.03%71.76%-
XYZ35.633.5649.4-
YUV159.14141.46134.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.53%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 183 (71.88% from 255) = 36.53%
R=33.53%
G=29.94%
B=36.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681501830.080.1800.28272.7318.6465.29
HexA896B781201C1111341
Octal250226267102203442123101
Binary101010001001011010110111100010010011100100010001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A896B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A896B7; }

 p { color: rgb(168,150,183); }

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

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

 a { background-color: rgb(168,150,183); }

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

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

 span { border-color: rgb(168,150,183); }

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